Skip to content

Commit a3fa314

Browse files
committed
Fix linting
1 parent 4a6e845 commit a3fa314

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ dist: bionic
22
jobs:
33
include:
44
- language: go
5-
go: "1.13"
5+
go: '1.13'
66
os: windows
77
install:
88
- choco install make
99
- make deps
1010
script: make test
1111
- language: go
12-
go: "1.13"
12+
go: '1.13'
1313
os: osx
1414
install: make deps
1515
script: make test
1616
- language: go
17-
go: "1.13"
17+
go: '1.13'
1818
os: linux
1919
install: make deps
2020
script: make test
2121
- language: node_js
22-
node_js: "12"
22+
node_js: '12'
2323
os: windows
2424
- language: node_js
25-
node_js: "12"
25+
node_js: '12'
2626
os: osx
2727
- language: node_js
28-
node_js: "12"
28+
node_js: '12'
2929
os: linux
3030
cache: npm
3131
notifications:

0 commit comments

Comments
 (0)