1
0
Fork 0

ci(travis): fix release

pull/527/head
Felix Becker 2017-11-09 19:07:43 -08:00
parent d54ece3366
commit eadf305a1f
1 changed files with 3 additions and 2 deletions

View File

@ -45,11 +45,12 @@ jobs:
node_js: '8'
services:
- docker
before_install:
install:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --tags
install:
- composer install --prefer-dist --no-interaction
- npm install
script: skip
after_success:
- npm run semantic-release