1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 10:02:24 +02:00
parent f0407473a8
commit b8417d5d36
2 changed files with 1 additions and 6 deletions

View File

@ -27,11 +27,6 @@ before_install:
# set GitHub token and update composer
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update && composer -V
# fix for phantomjs
- mkdir travis-phantomjs
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
install:
# install Composer dependencies

View File

@ -12,7 +12,7 @@ modules:
host: 127.0.0.1
window_size: 1024x768
wait: 5
browser: phantomjs
browser: firefox
capabilities:
unexpectedAlertBehaviour: 'accept'
webStorageEnabled: true