Skip to content

Commit 56a9c14

Browse files
committed
✅ Update travis config for CI tests
1 parent 312a701 commit 56a9c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ cache:
2121
before_script:
2222
- travis_retry composer self-update
2323
- composer require "illuminate/support:${LARAVEL_VERSION}"
24-
- npm install
25-
- npm run dev
24+
- yarn install
25+
- yarn run dev

0 commit comments

Comments
 (0)