Skip to content

Commit 086008a

Browse files
authored
travis: Drop sudo: false.
1 parent 4ed704b commit 086008a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
sudo: false
2-
os:
3-
- linux
4-
- osx
5-
- windows
61
language: node_js
72
node_js:
83
- node
94
- '10'
105
- '8'
6+
os:
7+
- linux
8+
- osx
9+
- windows

0 commit comments

Comments
 (0)