Skip to content

Commit 032c0d2

Browse files
committed
travis: test on latest go branches
Signed-off-by: Vincent Batts <[email protected]>
1 parent ac0930a commit 032c0d2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: go
22
go:
33
- tip
4-
- 1.7
5-
- 1.6
4+
- 1.x
5+
- 1.8.x
6+
- 1.7.x
7+
- 1.6.x
68

79
sudo: false
810

@@ -12,12 +14,6 @@ before_install:
1214

1315
before_script:
1416
- env
15-
- echo $TRAVIS_COMMIT_RANGE
16-
- echo $TRAVIS_COMMIT
17-
- echo $TRAVIS_BRANCH
18-
- echo $TRAVIS_TAG
19-
- echo $TRAVIS_BUILD_NUMBER
20-
- echo $TRAVIS_REPO_SLUG
2117

2218
install: true
2319

0 commit comments

Comments
 (0)