File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
8
8
- secure : " YO/7YiWEirzz0EAy7oVNmAKroj4qCLZNMkPS+xW/VgeGjuEV+Nk1S7pwxF0o2OggSxIQ+a0lWSrOPQqSXMjOstDIzzGeYfuAt0+0fupXtDDge0mXpCCMadrvYzff1/5XYX0dJ+pjJmz6IgF1hliPJHIuddhhdqPxdHWTHAKm9ME="
9
9
10
- script :
10
+ script :
11
11
- admin/build.sh
12
12
matrix :
13
13
include :
@@ -16,10 +16,10 @@ matrix:
16
16
env : IS_PUBLISH_JDK=true
17
17
- scala : 2.11.8
18
18
jdk : oraclejdk8
19
- - scala : 2.12.0-RC1
19
+ - scala : 2.12.0-RC2
20
20
jdk : oraclejdk8
21
21
env : IS_PUBLISH_JDK=true
22
22
notifications :
23
23
email :
24
24
- 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 " )
2
2
3
3
scalaVersion := crossScalaVersions.value.head
4
4
You can’t perform that action at this time.
0 commit comments