Skip to content

Commit

Permalink
Merge pull request #1023 from Masterminds/update-travis-1.11
Browse files Browse the repository at this point in the history
Updating travis through 1.11
  • Loading branch information
mattfarina authored Sep 26, 2018
2 parents 3e13fd1 + 1a80544 commit 9ef6ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go

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

# Setting sudo access to false will let Travis CI use containers rather than
Expand All @@ -18,7 +18,7 @@ sudo: false
# in the vendor directory. We don't need to test all dependent packages.
# Only testing this project.
script:
- GO15VENDOREXPERIMENT=1 make test integration-test verify-version
- make test integration-test verify-version

notifications:
webhooks:
Expand Down

0 comments on commit 9ef6ca3

Please sign in to comment.