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 312a701 commit 56a9c14Copy full SHA for 56a9c14
.travis.yml
@@ -21,5 +21,5 @@ cache:
21
before_script:
22
- travis_retry composer self-update
23
- composer require "illuminate/support:${LARAVEL_VERSION}"
24
- - npm install
25
- - npm run dev
+ - yarn install
+ - yarn run dev
0 commit comments