Skip to content

Commit

Permalink
building on go tip
Browse files Browse the repository at this point in the history
  • Loading branch information
andresvia committed Oct 12, 2016
1 parent 7ca583a commit a4209d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.6
- tip
addons:
apt:
packages:
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -eu
# use gox
# vars
CURRENT_TAG=$(git tag | tail -n1)
VERSION_MAJOR_MINOR="${TRAVIS_TAG:-$CURRENT_TAG}"
Expand Down

0 comments on commit a4209d7

Please sign in to comment.