Skip to content

Commit

Permalink
Fix: Adjust travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 29, 2018
1 parent 0640483 commit 0cc294e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ script: 'echo "No test specified";'
php:
- '7.1'
before_install:
- nvm install 8.11.0 && nvm use
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn install
after_success:
- yarn semantic-release
branches:
Expand Down

0 comments on commit 0cc294e

Please sign in to comment.