Skip to content

Commit f3534de

Browse files
committed
Make configuration more explicit
1 parent 9e9a73a commit f3534de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515
install: make deps
1616
script: make test
1717
- language: go
18+
os: linux
1819
install: make deps
1920
script: make test
2021
- language: node_js
2122
os: windows
2223
- language: node_js
2324
os: osx
2425
- language: node_js
26+
os: linux
2527
cache: npm
2628
notifications:
2729
email: false

0 commit comments

Comments
 (0)