1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 11:17:03 +02:00
parent 096e11cff5
commit 50d949cb7e
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ env:
before_install: before_install:
# set GitHub token and update composer # set GitHub token and update composer
- phantomjs --version
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update && composer -V - composer self-update && composer -V

View File

@ -10,7 +10,7 @@ settings:
colors: true colors: true
memory_limit: 1024M memory_limit: 1024M
extensions: extensions:
enabled: # enabled:
# - Codeception\Extension\RunFailed # - Codeception\Extension\RunFailed
# - Codeception\Extension\Recorder # - Codeception\Extension\Recorder
config: config: