.travis.yml 171 B

12345678910
  1. notifications:
  2. email: false
  3. language: go
  4. go:
  5. - 1.9
  6. before_install:
  7. - npm install -g jshint
  8. script:
  9. - jshint server/static/js/app.js
  10. - go test -cover -race ./...