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

travis: stop travis manipulating godeps #615

Merged
merged 2 commits into from
May 26, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ matrix:
- go: 1.5.1
- go: 1.6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also update to 1.5.3 and 1.6.2?


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

script:
- ./test