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

Commit

Permalink
Streamlined testing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
oplehto committed Feb 28, 2018
1 parent 02605c0 commit b1f95eb
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 b1f95eb

Please sign in to comment.