Skip to content

Commit

Permalink
fix: update install command for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Mar 25, 2019
1 parent 0666a83 commit 1a64b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -53,7 +53,8 @@ jobs:
- rm -rf packages/uikit-workshop docs-site example-integrations
- yarn
- cd packages/twig-renderer && composer install --prefer-dist
- cd packages/core-php && composer install --prefer-dist
- cd ../core-php && composer install --prefer-dist
- cd ../
# - travis_retry yarn run setup:quick
before_script: ./scripts/check-run-queue.js 'Unit'
script: yarn run test
Expand Down

0 comments on commit 1a64b4d

Please sign in to comment.