Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/limetext/text
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/limetext/text:
  [ci] Update travis to use go1.4.
  • Loading branch information
zoli committed Jan 2, 2015
2 parents cf7b5d2 + c5db7b2 commit 56d95a2
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 @@
language: go

go: 1.3.3
go: 1.4

script:
- ./tasks/ci/text.sh
Expand Down
2 changes: 1 addition & 1 deletion tasks/ci/text.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function test_all {
}

fold_start "get.cov" "get coverage tools"
go get code.google.com/p/go.tools/cmd/cover
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
go get github.com/axw/gocov/gocov
fold_end "get.cov"
Expand Down

0 comments on commit 56d95a2

Please sign in to comment.