Skip to content

Commit

Permalink
Updating travis config for newer go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina committed Apr 2, 2018
1 parent 6d07870 commit 59723b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: go

go:
- 1.6
- 1.7
- 1.8
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip

# Setting sudo access to false will let Travis CI use containers rather than
Expand All @@ -13,8 +15,8 @@ go:
sudo: false

script:
- GO15VENDOREXPERIMENT=1 make setup
- GO15VENDOREXPERIMENT=1 make test
- make setup
- make test

notifications:
webhooks:
Expand Down

0 comments on commit 59723b7

Please sign in to comment.