Skip to content

Commit

Permalink
Put back &
Browse files Browse the repository at this point in the history
Accidentally removed & when cleaning up this template. Without the & the virtual display runs in the foreground (blocking) so stalls the build.
  • Loading branch information
scottpaulin authored Aug 2, 2016
1 parent 73e6a03 commit 1e38eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install:
# Set Xvfb to listen for connections on frame buffer 99 ("Xvfb :99"), and dump STDOUT and STDERR
# output ("> /dev/null 2>&1"). This means that data printed from tests to std::cout or std::cerr
# will not show in CI output.
- Xvfb :99 > /dev/null 2>&1
- Xvfb :99 > /dev/null 2>&1 &
before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
script:
Expand Down

0 comments on commit 1e38eb3

Please sign in to comment.