Skip to content

Commit

Permalink
Merge pull request #1238 from liferay/wincent/no-node-12
Browse files Browse the repository at this point in the history
chore: make Travis use Node v11 (#1237)
  • Loading branch information
julien committed Apr 24, 2019
2 parents 31857ea + 4d4e031 commit 4e0d5fd
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 4e0d5fd

Please sign in to comment.