Switched from Circle 2.0 -> 1.0, added set -e

This commit is contained in:
Wyatt Johnson
2017-02-13 10:23:11 -07:00
parent a2855a7343
commit 4e73d7fc23
2 changed files with 51 additions and 70 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# fail the e2e if any of these fail
set -e
# install selenium
selenium-standalone install --config=./selenium.config.js