update travis script to install libsystemd-dev before run tests

This commit is contained in:
AdoHe
2016-10-14 13:59:31 +08:00
parent 84c25077da
commit ccbf609bd5
+5
View File
@@ -1,6 +1,11 @@
os:
- linux
language: go
go:
- 1.6
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsystemd-dev
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector