Files
jasmine/travis-core-script.sh
2013-09-25 10:45:53 -07:00

13 lines
209 B
Bash

#!/bin/bash -e
export DISPLAY=:99.0
/etc/init.d/xvfb start
if [ $USE_SAUCE == true ]
then
curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
fi
bundle exec rake jasmine:ci