Skip to content

Commit

Permalink
Merge pull request #191 from otavio/travis-go-1.10
Browse files Browse the repository at this point in the history
travis: Add Go 1.10 to the test matrix
  • Loading branch information
otavio committed Feb 23, 2018
2 parents 5a47351 + 2f105d9 commit 3aa5712
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: go

# https://github.com/travis-ci/travis-ci/issues/9247
go:
- 1.7
- 1.8
- 1.9
- master
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "master"

go_import_path: github.com/updatehub/updatehub

Expand Down

0 comments on commit 3aa5712

Please sign in to comment.