mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Working on TravisCI
This commit is contained in:
parent
096e11cff5
commit
50d949cb7e
@ -25,6 +25,7 @@ env:
|
||||
|
||||
before_install:
|
||||
# set GitHub token and update composer
|
||||
- phantomjs --version
|
||||
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
|
||||
- composer self-update && composer -V
|
||||
|
||||
|
@ -10,7 +10,7 @@ settings:
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
extensions:
|
||||
enabled:
|
||||
# enabled:
|
||||
# - Codeception\Extension\RunFailed
|
||||
# - Codeception\Extension\Recorder
|
||||
config:
|
||||
|
Loading…
Reference in New Issue
Block a user