Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #41 from jumptrading/travis_mods
Browse files Browse the repository at this point in the history
Streamlined testing a bit
  • Loading branch information
amnonbc authored Feb 28, 2018
2 parents 02605c0 + b1f95eb commit 15c080c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: go

go:
- 1.8.x
- 1.9.x
- "1.10"
- master # find out if a upcoming change in Go is going to break us

matrix:
# We only want to fail the build based on stable versions of Go
allow_failures:
- go: master
fast_finish: true

# No need for an install step as all dependencies are vendored.
install: []

Expand Down

0 comments on commit 15c080c

Please sign in to comment.