Skip to content

Commit

Permalink
Make sure this fails, but the build finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel de Jong committed Feb 4, 2016
1 parent 1588a68 commit bdc47fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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) & node test/selenium/ftu_test.js && killall -HUP foxbox
- ((cargo run ; true) > /dev/null & node test/selenium/ftu_test.js && killall -HUP foxbox) || killall -HUP foxbox
2 changes: 1 addition & 1 deletion test/selenium/ftu_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ var driver = new webdriver.Builder().
forBrowser('firefox').
build();

driver.get('http://localhost:3000/');
driver.get('http://localhost:3001/');
driver.wait(until.titleIs('FoxBox'), 10000);
driver.quit();

0 comments on commit bdc47fb

Please sign in to comment.