Skip to content

Commit

Permalink
Merge pull request #119 from asifdxtreme/patch-1
Browse files Browse the repository at this point in the history
Split Travis CI into multiple stages
  • Loading branch information
feiskyer authored Aug 16, 2017
2 parents 3092c1c + c00c9f7 commit a2d0e8f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ before_install:
install:
- make install.tools


script:
- make
- make lint
- make gofmt
- sudo env PATH=$PATH GOPATH=$GOPATH hack/run-critest.sh

jobs:
include:
- stage: Static check
script:
- make lint
- make gofmt
- stage: Test
script:
- make
- sudo env PATH=$PATH GOPATH=$GOPATH hack/run-critest.sh

0 comments on commit a2d0e8f

Please sign in to comment.