aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 9abd4c81434561dd2696b0c54ba61a9a5a82527f (plain)
1
2
3
4
5
6
7
8
9
10
notifications:
  email: false
language: go
go:
  - 1.9
before_install:
  - npm install -g jshint
script:
  - jshint server/static/js/app.js
  - go test -cover -race ./...