Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Setup travis to use 1.6 and tip #60

Merged
merged 1 commit into from
Feb 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
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
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*"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.