Skip to content

Commit

Permalink
Update go version in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Jul 18, 2016
1 parent 04cc879 commit c87fdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.5.2
- 1.6.2

before_install:
- npm install -g bower
Expand All @@ -10,4 +10,4 @@ before_script:
- go get -u github.com/golang/lint/golint

script:
- make test && make
- make test && make

0 comments on commit c87fdf6

Please sign in to comment.