1
0
Fork 0

ci(travis): use PHP 7 for release

pull/527/head
Felix Becker 2017-11-09 22:01:50 -08:00
parent eadf305a1f
commit 3e41244b6f
1 changed files with 3 additions and 1 deletions

View File

@ -42,13 +42,15 @@ jobs:
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
- stage: release
language: node_js
node_js: '8'
php: '7.0'
services:
- docker
install:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --tags
- composer install --prefer-dist --no-interaction
- nvm install 8
- nvm use 8
- npm install
script: skip
after_success: