Working on TravisCI
This commit is contained in:
parent
096e11cff5
commit
50d949cb7e
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue