Skip to content

Commit

Permalink
Use Go 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Apr 12, 2015
1 parent 92546ea commit 4d40b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ before_install:
- export PATH=~/bin:"$PATH"
language: go
go:
- 1.4.1
- 1.4.2
script: script/test
install: bundle install --path "$HOME/build/$TRAVIS_REPO_SLUG/vendor/bundle" --without development --deployment --jobs=3 --retry=3
cache:
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -10,7 +10,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

GO_ARCHIVES = {
"linux" => "go1.4.1.linux-amd64.tar.gz",
"linux" => "go1.4.2.linux-amd64.tar.gz",
}

INSTALL = {
Expand Down

0 comments on commit 4d40b6e

Please sign in to comment.