File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
88 - secure : " YO/7YiWEirzz0EAy7oVNmAKroj4qCLZNMkPS+xW/VgeGjuEV+Nk1S7pwxF0o2OggSxIQ+a0lWSrOPQqSXMjOstDIzzGeYfuAt0+0fupXtDDge0mXpCCMadrvYzff1/5XYX0dJ+pjJmz6IgF1hliPJHIuddhhdqPxdHWTHAKm9ME="
99
10- script :
10+ script :
1111 - admin/build.sh
1212matrix :
1313 include :
@@ -16,10 +16,10 @@ matrix:
1616 env : IS_PUBLISH_JDK=true
1717 - scala : 2.11.8
1818 jdk : oraclejdk8
19- - scala : 2.12.0-RC1
19+ - scala : 2.12.0-RC2
2020 jdk : oraclejdk8
2121 env : IS_PUBLISH_JDK=true
2222notifications :
2323 email :
2424 - jason.zaugg@typesafe.com
25- - philipp.haller@typesafe.com
25+ - philipp.haller@typesafe.com
Original file line number Diff line number Diff line change 1- crossScalaVersions := List (" 2.11.8" , " 2.12.0-RC1 " )
1+ crossScalaVersions := List (" 2.11.8" , " 2.12.0-RC2 " )
22
33scalaVersion := crossScalaVersions.value.head
44
You can’t perform that action at this time.
0 commit comments