Skip to content

Commit

Permalink
Issue #247: Run phantomjs on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 9, 2016
1 parent df587cb commit c154a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ script:
- grunt install --db-url=sqlite:/`pwd`/.ht.sqlite --quiet
- grunt serve:test >/dev/null &
- until curl -I -XGET -s $GDT_TEST_URL 2>/dev/null | egrep -q '^HTTP.*200'; do sleep 0.5; done
- vendor/bin/phantomjs --webdriver=8643 2&>/dev/null &
- vendor/bin/drush --root=build/html en -y simpletest
- grunt test
- sleep 1; while (ps aux | grep '[b]ehat' > /dev/null); do sleep 1; done
Expand Down

0 comments on commit c154a0c

Please sign in to comment.