mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-27 15:54:01 +02:00
Update travis-ci config
This commit is contained in:
parent
237b630a76
commit
f9f1287f05
@ -6,7 +6,7 @@ services:
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.7
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
@ -14,8 +14,7 @@ os:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TARGETS="check"
|
- TARGETS="ci"
|
||||||
- TARGETS="testsuite"
|
|
||||||
|
|
||||||
global:
|
global:
|
||||||
# Cross-compile for amd64 only to speed up testing.
|
# 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/
|
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/icinga/icingabeat/
|
||||||
- export 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/
|
- cd $HOME/gopath/src/github.com/icinga/icingabeat/
|
||||||
|
- go get github.com/Masterminds/glide
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- true
|
- true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user