Skip to content

Commit fd57bb8

Browse files
committed
Merge branch 'master' of github.com:snyk/snyk-go-plugin
2 parents c371b55 + e659a52 commit fd57bb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ node_js:
88
- "6"
99
- "4"
1010
- "0.12"
11+
env:
12+
- GO_VERSION=1.8.5
13+
- GO_VERSION=1.9.2
1114
cache:
1215
directories:
1316
- node_modules
1417
install:
15-
- 'eval "$(gimme 1.8.4)"'
18+
- 'eval "$(gimme ${GO_VERSION})"'
1619
- 'go version'
1720
script:
1821
- "npm install"

0 commit comments

Comments
 (0)