Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 13:24:14 +02:00
parent 7764d336f6
commit 983c430524

View File

@ -1,6 +1,6 @@
language: php language: php
sudo: false sudo: true
php: php:
- 5.5 - 5.5
@ -27,7 +27,7 @@ before_install:
# set GitHub token and update composer # set GitHub token and update composer
- 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
- apt-get -y install phantomjs screen - sudo apt-get -y install phantomjs screen
install: install:
# install Composer dependencies # install Composer dependencies