We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf305 commit 3e41244Copy full SHA for 3e41244
.travis.yml
@@ -42,13 +42,15 @@ jobs:
42
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
43
- stage: release
44
language: node_js
45
- node_js: '8'
+ php: '7.0'
46
services:
47
- docker
48
install:
49
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
50
- git fetch --tags
51
- composer install --prefer-dist --no-interaction
52
+ - nvm install 8
53
+ - nvm use 8
54
- npm install
55
script: skip
56
after_success:
0 commit comments