Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel de Jong committed Feb 4, 2016
1 parent bdc47fb commit cc98ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ before_script:
script:
- cargo build
- RUST_BACKTRACE=1 cargo test
- ((cargo run ; true) > /dev/null & node test/selenium/ftu_test.js && killall -HUP foxbox) || killall -HUP foxbox
- ((cargo run ; true) > /dev/null & node test/selenium/ftu_test.js && killall -HUP foxbox) || (killall -HUP foxbox ; exit 1)

0 comments on commit cc98ec5

Please sign in to comment.