Skip to content

Commit 4cd24b9

Browse files
authored
Merge pull request #16 from lolgab/scala.js-1.0.0-RC2
Upgrade to Scala.js 1.0.0-RC2
2 parents 643335c + 3990bd0 commit 4cd24b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ env:
1212
- SCALAJS_VERSION=
1313
- SCALAJS_VERSION=0.6.28
1414
- SCALAJS_VERSION=1.0.0-M8
15-
- SCALAJS_VERSION=1.0.0-RC1
15+
- SCALAJS_VERSION=1.0.0-RC2
1616

1717
matrix:
1818
exclude:
1919
# 2.10 is not supported in Scala.js 1.x
2020
- scala: 2.10.7
2121
env: SCALAJS_VERSION=1.0.0-M8
2222
- scala: 2.10.7
23-
env: SCALAJS_VERSION=1.0.0-RC1
23+
env: SCALAJS_VERSION=1.0.0-RC2
2424

2525
script:
2626
- |

0 commit comments

Comments
 (0)