Skip to content

Commit

Permalink
Tweaking .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Jan 15, 2019
1 parent 9a93a12 commit 9e61527
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,38 @@ os: osx
matrix:
fast_finish: true
allow_failures:
#- go: master
- go: master
- go: tip
include:
#- go: master
#script: make deps build test install version
- go: master
script:
- make deps
- make build
- make test
- make install
- make version
- go: tip
#script: make deps build test install version
script:
- make deps
- make build
- make test
- make install
- make version
- go: 1.11.x
#script: make deps build test install version
script:
- make deps
- make build
- make test
- make install
- make version
- go: 1.10.x
#script: make deps build test install version EXTRA_FLAGS=
script:
- make deps EXTRA_FLAGS=
- make build EXTRA_FLAGS=
- make test EXTRA_FLAGS=
- make install EXTRA_FLAGS=
- make version EXTRA_FLAGS=
- go: 1.9.x
#script: make deps build install version EXTRA_FLAGS=
script:
- make deps EXTRA_FLAGS=
- make build EXTRA_FLAGS=
Expand Down

0 comments on commit 9e61527

Please sign in to comment.