mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 22:51:01 +08:00
Switched from Circle 2.0 -> 1.0, added set -e
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user