Skip to content

Commit 0cc294e

Browse files
Fix: Adjust travis configuration
1 parent 0640483 commit 0cc294e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ script: 'echo "No test specified";'
1010
php:
1111
- '7.1'
1212
before_install:
13+
- nvm install 8.11.0 && nvm use
1314
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
1415
- export PATH="$HOME/.yarn/bin:$PATH"
16+
- yarn install
1517
after_success:
1618
- yarn semantic-release
1719
branches:

0 commit comments

Comments
 (0)