Skip to content

Commit 5545d49

Browse files
committed
Some tweaks in .travis.yml
1 parent 4256581 commit 5545d49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ php:
44
- 7.4
55
cache:
66
directories:
7-
- node_modules
8-
- vendor
7+
- $HOME/.composer/cache
98
before_script:
109
- cp .env.travis .env
1110
- composer self-update
12-
- composer install --prefer-source --no-interaction --dev
11+
- composer install --prefer-source --no-interaction
1312
- php artisan key:generate
1413
- php artisan migrate
1514
script:

0 commit comments

Comments
 (0)