Skip to content

Commit

Permalink
added aditional go versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlesworth committed Jun 1, 2017
1 parent 99b5db7 commit 2c1ea6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,9 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- tip
install:
- go get github.com/stretchr/testify/assert
Expand All @@ -12,4 +15,4 @@ install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken=$COVERALLS_TOKEN
script:
- go test
- go test

0 comments on commit 2c1ea6f

Please sign in to comment.