aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9abd4c8..8a3c51f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
notifications:
email: false
+services:
+ - postgresql
+addons:
+ postgresql: "9.4"
language: go
go:
- 1.9
@@ -7,4 +11,5 @@ before_install:
- npm install -g jshint
script:
- jshint server/static/js/app.js
- - go test -cover -race ./...
+ - make test
+ - make integration-test