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