Skip to content

Commit

Permalink
Merge pull request kubernetes#257 from wangzhen127/fix-travis
Browse files Browse the repository at this point in the history
Fix travis ci file
  • Loading branch information
k8s-ci-robot authored Mar 2, 2019
2 parents 3feec9b + bb0b6cd commit 423ba7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ sudo: required
dist: trusty
language: go
go:
- 1.9
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- master
services:
- docker
before_install:
Expand All @@ -15,9 +18,6 @@ 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
jobs:
include:
- stage: Test
script: make test
- stage: Build
script: make
script:
- make
- make test

0 comments on commit 423ba7b

Please sign in to comment.