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 f3534de commit 4a6e845Copy full SHA for 4a6e845
.travis.yml
@@ -1,28 +1,31 @@
1
-language: go
2
-node_js: '12'
3
-go: '1.13'
4
dist: bionic
5
jobs:
6
include:
7
- language: go
+ go: "1.13"
8
os: windows
9
install:
10
- choco install make
11
- make deps
12
script: make test
13
14
os: osx
15
install: make deps
16
17
18
os: linux
19
20
21
- language: node_js
22
+ node_js: "12"
23
24
25
26
27
28
29
30
cache: npm
31
notifications:
0 commit comments