Skip to content

Commit f947567

Browse files
committed
Travis: use --keep-going with make
This will run all the checks, not stopping at the first failure.
1 parent 81691a7 commit f947567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- uname -a
3535
- which -a vim
3636
- vim --cmd version --cmd quit
37-
- make $MAKE_TARGET
37+
- make --keep-going $MAKE_TARGET
3838

3939
after_success:
4040
- covimerage write_coverage $TEST_PROFILE

0 commit comments

Comments
 (0)