Skip to content

Commit 77342fc

Browse files
authored
Update .travis.yml
1 parent a98a937 commit 77342fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
language: php
23
sudo: required
34
dist: trusty
@@ -30,3 +31,11 @@ before_script:
3031
- php artisan ui vue --auth
3132
- composer dump-autoload
3233
- php artisan clear-compiled
34+
35+
before_install:
36+
- travis_retry composer self-update
37+
38+
install:
39+
- travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest
40+
41+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)