Skip to content

Commit

Permalink
travis attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-m committed Jun 16, 2019
1 parent add8171 commit dca46af
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ addons:
packages:
- rpm

env:
- GO111MODULE=on

# Tell Travis not to do magic on our behalf
# See https://arslan.io/2018/08/26/using-go-modules-with-vendor-support-on-travis-ci/
install: true

script:
- env GO111MODULE=on go install github.com/go-task/task/cmd/task
- env GO111MODULE=on task ci
- go install github.com/go-task/task/cmd/task
- task ci

deploy:
- provider: script
Expand Down

0 comments on commit dca46af

Please # to comment.