Skip to content

Commit

Permalink
Setup travis to use 1.6 and tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonkpils committed Feb 20, 2016
1 parent f97405c commit 8a7c8d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
language: go

go:
- 1.5
- 1.6
- tip

env:
- GO15VENDOREXPERIMENT=1

before_install:
- go get github.com/golang/lint/golint
- go get golang.org/x/tools/cmd/vet
Expand Down Expand Up @@ -64,7 +61,7 @@ after_script:
before_deploy:
- PLATFORMS=(darwin/386 darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64)
- BINARY=snag
# build binary for all archs
# build binary for all archs
- |
for PLATFORM in "${PLATFORMS[@]}"; do
echo "Building $PLATFORM"
Expand Down Expand Up @@ -102,4 +99,4 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_GO_VERSION == *1.5*"
condition: "$TRAVIS_GO_VERSION == *1.6*"
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a7c8d9

Please # to comment.