Skip to content

Commit

Permalink
chore: make Travis use Node v11
Browse files Browse the repository at this point in the history
Because node-sass is not compatible with the just-released v12, and is
causing all CI runs to blow up; example:

https://travis-ci.org/liferay/alloy-editor/builds/523839150

Closes: #1237
  • Loading branch information
wincent committed Apr 24, 2019
1 parent 2a47932 commit 4d4e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
language: node_js

node_js:
- 'node'
- "11"

script:
- yarn ci

0 comments on commit 4d4e031

Please sign in to comment.