Skip to content

Commit d474c5e

Browse files
authored
Merge pull request #46 from JuliaRobotics/no-failures
no allowed failures
2 parents 283c998 + 65b3a3f commit d474c5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ branches:
1313
only:
1414
- master
1515
- release-0.6
16-
matrix:
17-
allow_failures:
18-
- julia: 0.7 # due to bugs fixed after 0.7.beta
16+
# matrix:
17+
# allow_failures:
18+
# - julia: 0.7
1919
after_success:
2020
- julia -e 'cd(Pkg.dir("LCMCore")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
2121

0 commit comments

Comments
 (0)