Skip to content

Commit 916fc16

Browse files
committed
travis: disable caching
the current order of phases of travis breaks the upload of code coverage information. See travis-ci/travis-ci#8208 (comment)
1 parent c47f63b commit 916fc16

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ dist: trusty
44
jdk:
55
- oraclejdk8
66
- openjdk8
7-
cache:
8-
directories:
9-
- $HOME/.m2
10-
before_cache:
11-
# do not cache our local archives
12-
- rm -rf $HOME/.m2/repository/net/automatalib/
13-
- rm -rf $HOME/.m2/repository/de/learnlib/
7+
# disable caching for now, because it breaks reporting to coveralls
8+
# see https://github.com/travis-ci/travis-ci/issues/8208#issuecomment-349240845
9+
#cache:
10+
# directories:
11+
# - $HOME/.m2
12+
#before_cache:
13+
# # do not cache our local archives
14+
# - rm -rf $HOME/.m2/repository/net/automatalib/
15+
# - rm -rf $HOME/.m2/repository/de/learnlib/
1416
branches:
1517
only:
1618
- master

0 commit comments

Comments
 (0)