Skip to content

Commit

Permalink
Fix travis builds waiting on interactive input
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Mar 25, 2017
1 parent 0118cf7 commit d7e896b
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 @@ -52,7 +52,7 @@ script:
- catkin build -p1 -j1
- catkin run_tests -p1 -j1
- catkin_test_results --all build
- catkin clean -b
- catkin clean -b -y
- catkin config --install
- catkin build -p1 -j1
after_failure:
Expand Down

0 comments on commit d7e896b

Please sign in to comment.