Skip to content

Commit 3e41244

Browse files
committed
ci(travis): use PHP 7 for release
1 parent eadf305 commit 3e41244

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ jobs:
4242
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
4343
- stage: release
4444
language: node_js
45-
node_js: '8'
45+
php: '7.0'
4646
services:
4747
- docker
4848
install:
4949
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
5050
- git fetch --tags
5151
- composer install --prefer-dist --no-interaction
52+
- nvm install 8
53+
- nvm use 8
5254
- npm install
5355
script: skip
5456
after_success:

0 commit comments

Comments
 (0)