Skip to content

Commit

Permalink
Use the latest version of node
Browse files Browse the repository at this point in the history
stylelint requires node >=10, so in order to test that generator we need
to install a more recent version.
  • Loading branch information
composerinteralia committed Apr 6, 2020
1 parent 2b38adb commit a12a794
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 @@ -2,7 +2,7 @@ language: ruby
rvm: 2.6.5
cache: bundler
before_install:
- nvm install 8.16.0
- nvm install 13.12.0
- git config --global user.name 'Travis CI'
- git config --global user.email '[email protected]'
- gem update --system
Expand Down

0 comments on commit a12a794

Please sign in to comment.