Skip to content

Commit

Permalink
Updated .travis.yml to build go version 1.4.x, 1.8.x and master
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Mar 23, 2017
1 parent c2a7770 commit 59275eb
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 59275eb

Please sign in to comment.