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 a98a937 commit 77342fcCopy full SHA for 77342fc
.travis.yml
@@ -1,3 +1,4 @@
1
+
2
language: php
3
sudo: required
4
dist: trusty
@@ -30,3 +31,11 @@ before_script:
30
31
- php artisan ui vue --auth
32
- composer dump-autoload
33
- 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