Skip to content

Commit

Permalink
Merge pull request hashicorp#255 from JelteF/patch-3
Browse files Browse the repository at this point in the history
Travis: Fix build and test against newer go versions
  • Loading branch information
Preetha authored Dec 4, 2017
2 parents 998db11 + ec6a4be commit 0919aa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: go

go:
- 1.6
# Disabled until https://github.com/armon/go-metrics/issues/59 is fixed
# - 1.6
- 1.8
- 1.9
- tip

install: make deps
Expand Down

0 comments on commit 0919aa6

Please sign in to comment.