Skip to content

Commit

Permalink
run against go 1.8 in travis.
Browse files Browse the repository at this point in the history
remove `tip`. see travis-ci/gimme#38
  • Loading branch information
sriv committed Mar 7, 2017
1 parent ebc0411 commit d84fe60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ os:
- osx
language: go
go:
- 1.7.3
- tip
- 1.8
addons:
apt:
packages:
Expand All @@ -26,4 +25,4 @@ script:
- $GAUGE_ROOT/bin/gauge --install-all
- java -version
- echo $JAVA_HOME
- TAGS="!unimplemented" ./starttests.sh java
- TAGS="!unimplemented" ./starttests.sh java

0 comments on commit d84fe60

Please sign in to comment.