aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 8a3c51f46a9fbe104ed0c9480864b272d6a7646a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
notifications:
  email: false
services:
  - postgresql
addons:
  postgresql: "9.4"
language: go
go:
  - 1.9
before_install:
  - npm install -g jshint
script:
  - jshint server/static/js/app.js
  - make test
  - make integration-test