We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722b7bf commit e9cdc0bCopy full SHA for e9cdc0b
.travis.yml
@@ -1,13 +1,19 @@
1
+language: go
2
+go:
3
+ - 1.11.x
4
+ - 1.12.x
5
+ - 1.13.x
6
+ - 1.x
7
+#go: 1.x
8
+
9
+script:
10
+ - cd src/
11
+ - go test -v
12
13
jobs:
14
include:
- - stage: test
- language: go
- go: 1.x
- script:
- - cd src/
- - go test -v
15
- stage: deploy
16
+# language: go
17
go: 1.x
18
before_install:
19
- curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
0 commit comments