Skip to content

Commit

Permalink
Merge pull request #18 from ilijamt/added-more-go-versions
Browse files Browse the repository at this point in the history
Updated .travis.yml to build go version `1.4.x`, `1.8.x` and `master`
  • Loading branch information
securingsincity authored Mar 28, 2017
2 parents c2a7770 + 59275eb commit 41522d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ language: go
services:
- mongodb
go:
- 1.4.2
- tip
- 1.4.x
- 1.8.x
- master
# NOTE: no tip, see https://github.com/travis-ci/gimme/issues/38
install:
- go get .
- go get github.com/smartystreets/goconvey
Expand Down

0 comments on commit 41522d7

Please sign in to comment.