Skip to content

Commit ccee61c

Browse files
committed
ci(travis): Node 11 (on OS X) crashes, use 10 for now
1 parent 55398b5 commit ccee61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
stage: Test (MacOS)
1919
os: 'osx'
2020
env: SCRIPT=test
21-
node_js: 'stable'
21+
node_js: 10
2222
- <<: *osx
2323
node_js: 'lts/*'
2424
- <<: *osx

0 commit comments

Comments
 (0)