mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 06:55:43 -06:00
Correct travis configuration.
This commit is contained in:
parent
ff4e1838bc
commit
b057d69f8e
@ -1,7 +1,8 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 7
|
||||
- '7.0'
|
||||
- hhvm
|
||||
|
||||
install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
@ -13,7 +14,7 @@ install:
|
||||
- php artisan env
|
||||
- mv -v .env.testing .env
|
||||
- php artisan env
|
||||
- test.sh --notest
|
||||
- ./test.sh --notest
|
||||
|
||||
script:
|
||||
- phpunit
|
Loading…
Reference in New Issue
Block a user