Update travis-ci config

This commit is contained in:
Blerim Sheqa 2017-01-02 15:37:58 +01:00
parent 237b630a76
commit f9f1287f05
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
language: go
go:
- 1.6
- 1.7
os:
- linux
@ -14,8 +14,7 @@ os:
env:
matrix:
- TARGETS="check"
- TARGETS="testsuite"
- TARGETS="ci"
global:
# Cross-compile for amd64 only to speed up testing.
@ -32,6 +31,7 @@ before_install:
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/icinga/icingabeat/
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/icinga/icingabeat/
- cd $HOME/gopath/src/github.com/icinga/icingabeat/
- go get github.com/Masterminds/glide
install:
- true