Skip to content

Commit ea10f5c

Browse files
committed
Merge pull request #29 from ros-simulation/wjwwood-patch-1
make build steps verbose
2 parents 65ee8af + 1eeacc8 commit ea10f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ script:
3030
# Enable install space
3131
- catkin config --install
3232
# Build [and Install] packages
33-
- catkin build --no-status -i --no-notify -DCMAKE_BUILD_TYPE=Release
33+
- catkin build --no-status -vi --no-notify -DCMAKE_BUILD_TYPE=Release
3434
# Build tests
35-
- catkin build --no-status -i --no-notify --make-args tests
35+
- catkin build --no-status -vi --no-notify --make-args tests
3636
# Run tests
3737
- catkin run_tests

0 commit comments

Comments
 (0)