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:
commit
9c912afea5
1 changed files with 4 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue