Skip to content

Commit

Permalink
Merge pull request #60 from Tonkpils/go16
Browse files Browse the repository at this point in the history
Setup travis to use 1.6 and tip
  • Loading branch information
zabawaba99 committed Feb 20, 2016
2 parents f97405c + 0e42437 commit 4930439
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -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*"
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ Snag follows [semantic versioning](http://semver.org/).

**your contribution here**

* [#60](https://github.com/Tonkpils/snag/pull/60) setup travis and use go 1.6
* [#59](https://github.com/Tonkpils/snag/pull/59) better parsing of quoted arguments
* [#57](https://github.com/Tonkpils/snag/pull/57) vendor dependencies with Godeps/GO15VENDOREXPERIMENT
* [#53](https://github.com/Tonkpils/snag/pull/53) Add init command for a sample `.snag.yml`
Expand Down
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 4930439

Please sign in to comment.