Merge pull request #132 from asifdxtreme/patch-1

Split Test and Build in Different Stages
This commit is contained in:
Lantao Liu
2017-08-07 10:06:57 -07:00
committed by GitHub

View File

@@ -15,6 +15,9 @@ install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
- cd $HOME/gopath/src/k8s.io/node-problem-detector
script:
- make test
- make
jobs:
include:
- stage: Test
script: make test
- stage: Build
script: make