You are here

before_script.sh in Commerce Ajax Add to Cart 8

#!/bin/bash

# Add an optional statement to see that this is running in Travis CI.
echo "running drupal_ti/before/before_script.sh"

# Turn on PhantomJS for functional Javascript tests
phantomjs --ssl-protocol=any --ignore-ssl-errors=true "$DRUPAL_TI_DRUPAL_DIR/vendor/jcalderonzumba/gastonjs/src/Client/main.js" 8510 1024 768 2>&1 >> /dev/null &

File

drupal_ti/before/before_script.sh
View source
  1. #!/bin/bash
  2. # Add an optional statement to see that this is running in Travis CI.
  3. echo "running drupal_ti/before/before_script.sh"
  4. # Turn on PhantomJS for functional Javascript tests
  5. phantomjs --ssl-protocol=any --ignore-ssl-errors=true "$DRUPAL_TI_DRUPAL_DIR/vendor/jcalderonzumba/gastonjs/src/Client/main.js" 8510 1024 768 2>&1 >> /dev/null &