Browse Source

Update travis.yml to use parallel test

pull/68/head
Nafies Luthfi 5 years ago
parent
commit
19a722ad4c
  1. 2
      .travis.yml

2
.travis.yml

@ -10,4 +10,4 @@ before_script:
- php artisan key:generate - php artisan key:generate
script: script:
- vendor/bin/phpunit
- php artisan test --parallel
Loading…
Cancel
Save