aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-01-10 21:54:29 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-10 22:17:00 +0000
commit94ae8fd80298f207830d29dc015b503f4f1e3e90 (patch)
treecdbee61b7bfb82ef17dc51fd179ae81df6181b5a /.travis.yml
parent3e0a562f6b59075c9d7718b3155501e0be491767 (diff)
Use latest versions
Fix newly-broken tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ca7233..f91065a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ env:
- MYSQL_TEST="true" MONGO_TEST="true"
go:
- - 1.7.3
+ - 1.7.4
+ - 1.8rc1
- tip
matrix:
@@ -26,7 +27,7 @@ before_script:
sudo: false
script:
- - go build -v ./cmd/cashier ./cmd/cashierd
+ - go install -v ./cmd/cashier ./cmd/cashierd
- go list ./... |grep -v vendor/ |xargs go test
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet