Skip to content

Commit ccbf609

Browse files
committed
update travis script to install libsystemd-dev before run tests
1 parent 84c2507 commit ccbf609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
os:
2+
- linux
13
language: go
24
go:
35
- 1.6
6+
before_install:
7+
- sudo apt-get -qq update
8+
- sudo apt-get install -y libsystemd-dev
49
install:
510
- mkdir -p $HOME/gopath/src/k8s.io
611
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector

0 commit comments

Comments
 (0)