1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-11-26 01:55:40 +00:00

Merge pull request #23 from vbatts/travis

travis: test on latest go branches
This commit is contained in:
Vincent Batts 2017-04-27 14:13:27 -04:00 committed by GitHub
commit 9c912afea5

View file

@ -1,8 +1,10 @@
language: go
go:
- tip
- 1.7
- 1.6
- 1.x
- 1.8.x
- 1.7.x
- 1.6.x
sudo: false
@ -12,12 +14,6 @@ before_install:
before_script:
- env
- echo $TRAVIS_COMMIT_RANGE
- echo $TRAVIS_COMMIT
- echo $TRAVIS_BRANCH
- echo $TRAVIS_TAG
- echo $TRAVIS_BUILD_NUMBER
- echo $TRAVIS_REPO_SLUG
install: true