1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Working on tests

This commit is contained in:
Hillel Coren 2016-02-29 22:05:33 +02:00
parent 3f11969c7c
commit d7be8e2d05

View File

@ -34,6 +34,7 @@ install:
# these providers require referencing git commit's which cause Travis to fail
- sed -i '/mollie/d' composer.json
- sed -i '/2checkout/d' composer.json
- sed -i '/omnipay-neteller/d' composer.json
- travis_retry composer install --prefer-dist;
before_script: