Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #615 from jonboulle/master
Browse files Browse the repository at this point in the history
travis: stop travis manipulating godeps
  • Loading branch information
jonboulle committed May 26, 2016
2 parents 5bd7329 + 950df5e commit a374075
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ language: go

matrix:
include:
- go: 1.5.1
- go: 1.6
- go: 1.5.3
- go: 1.6.2

# Stop Travis mucking about with godeps:
# https://docs.travis-ci.com/user/languages/go#godep-support
install: true

script:
- ./test

0 comments on commit a374075

Please sign in to comment.