working on tests

This commit is contained in:
Hillel Coren 2016-08-10 23:34:32 +03:00
parent 7c38632e18
commit 450a2dd356

View File

@ -3,15 +3,12 @@ language: php
sudo: true sudo: true
php: php:
- 5.5.9 # - 5.5.9
# - 5.6 # - 5.6
# - 5.6 # - 5.6
# - 7.0 - 7.0
# - hhvm # - hhvm
rvm:
- 1.9.3
addons: addons:
hosts: hosts:
- ninja.dev - ninja.dev
@ -32,6 +29,7 @@ before_install:
- 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
# - export USE_ZEND_ALLOC=0 # - export USE_ZEND_ALLOC=0
- rvm use 1.9.3 --install --fuzzy
install: install:
# install Composer dependencies # install Composer dependencies