Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
mitchellh committed Jul 13, 2014
1 parent 813b213 commit 9797cb5
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
language: go

go:
- 1.0
- 1.1
- 1.2
script:
- go test
- 1.0
- 1.1
- 1.2
- 1.3
- tip

script:
- go test

matrix:
allow_failures:
- go: tip

0 comments on commit 9797cb5

Please sign in to comment.