aboutsummaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-04-24 09:13:21 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2017-04-24 09:13:21 +0200
commit30bc8e190e9a90fc43f5f68c499062cd58db3ebe (patch)
tree39acc1878807f631512826a71da91d6ba83a086a /.travis.sh
parente93053e8a54540f5394fe0938752f7421e2222ad (diff)
downloadjacoco-30bc8e190e9a90fc43f5f68c499062cd58db3ebe.tar.gz
Add profile for compilation with ECJ (#522)
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index c391c1c7..dfbd8df9 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -82,7 +82,7 @@ case "$JDK" in
mvn -V -B -e verify -Dbytecode.version=1.7
;;
8 | 8-ea)
- mvn -V -B -e verify -Dbytecode.version=1.8
+ mvn -V -B -e verify -Dbytecode.version=1.8 -Decj=${ECJ:-}
;;
9-ea | 9-ea-stable)
# Groovy version should be updated to get rid of "--add-opens" options (see https://twitter.com/CedricChampeau/status/807285853580103684)