1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-12-28 08:16:31 +00:00

travis: test on latest go branches

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-04-27 10:38:39 -04:00
parent ac0930a271
commit 032c0d21e9
Signed by: vbatts
GPG key ID: 10937E57733F1362

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