Skip to content

Commit

Permalink
update travis.yml : start selenium-server / php built in server
Browse files Browse the repository at this point in the history
  • Loading branch information
tyoshii committed Sep 2, 2014
1 parent b7628da commit 8aedfd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ php:
- 5.3
- 5.4

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- wget http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar
- java -jar selenium-server-standalone-2.42.2.jar > /tmp/selenium.log 2> /tmp/selenium.error &

before_script:
- mkdir -p build/logs
- mysql -e 'create database bms;'
- FUEL_ENV=test php composer.phar install
- php -S localhost:8888 -t public > builtinserver.log 2>&1 &

script:
- FUEL_ENV=test php oil r migrate
Expand Down

0 comments on commit 8aedfd3

Please sign in to comment.