Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 11:13:35 +02:00
parent 2eda30023c
commit 096e11cff5
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
language: php language: php
sudo: true sudo: false
php: php:
# - 5.5 - 5.5
- 5.6 # - 5.6
# - 7.0 # - 7.0
# - hhvm # - hhvm

View File

@ -11,8 +11,8 @@ settings:
memory_limit: 1024M memory_limit: 1024M
extensions: extensions:
enabled: enabled:
- Codeception\Extension\RunFailed # - Codeception\Extension\RunFailed
- Codeception\Extension\Recorder # - Codeception\Extension\Recorder
config: config:
Codeception\Extension\Recorder: Codeception\Extension\Recorder:
delete_successful: false delete_successful: false