Check whether the login page even loads :(

This commit is contained in:
snipe 2016-03-25 05:29:42 -07:00
parent f902e3b8ce
commit a306574751

View file

@ -23,6 +23,7 @@ before_script:
- 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 - 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 - 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 - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- phantomjs --webdriver=4444 & - phantomjs --webdriver=4444 &
- sleep 10 - sleep 10
- touch database/testing.sqlite - touch database/testing.sqlite
@ -54,7 +55,7 @@ after_success:
after_failure: after_failure:
- cat tests/_output/AccessoriesCept.fail.html - cat tests/_output/AccessoriesCept.fail.html
# - curl http://localhost:4444 # - curl http://localhost:4444
- curl http://localhost:8000 - curl http://localhost:8000/login
# configure notifications (email, IRC, campfire etc) # configure notifications (email, IRC, campfire etc)
notifications: notifications:
email: false email: false