mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
working on tests
This commit is contained in:
parent
7c38632e18
commit
450a2dd356
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user