Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit af9e365

Browse files
committed
Specific version for node
1 parent 3196b14 commit af9e365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: xenial
33
sudo: required
44
addons:
55
chrome: stable
6-
node_js: v11.0.0
76
cache:
87
bundler: true
98
yarn: true
@@ -14,6 +13,8 @@ before_install:
1413
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
1514
install:
1615
- bundle install --deployment
16+
- nvm install
17+
- node --version
1718
- yarn install
1819
before_script:
1920
- export SECRET_KEY_BASE=`bundle exec rake secret`

0 commit comments

Comments
 (0)