Skip to content

Commit

Permalink
Change tar name for travis and update go to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertrdixon committed Mar 12, 2015
1 parent c142dd1 commit 68daa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@
os: linux
language: go
go: 1.4.1
go: 1.4.2

install: go get github.com/tools/godep
script: make test-verbose
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install:

package: build
@echo "==> Tar'ing up the binary"
@test -f t2 && tar czf tnator-$(PLATFORM)-amd64-$(VERSION).tar.gz t2
@test -f t2 && tar czf tnator-$(PLATFORM)-amd64.tar.gz t2

clean:
go clean ./...
Expand Down

0 comments on commit 68daa0b

Please sign in to comment.