Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db848a5

Browse files
committedFeb 6, 2020
Use Scala.js 1.0.0 when building the examples for the readme.
1 parent 736065d commit db848a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
env: SCALAJS_VERSION=1.0.0
2020
include:
2121
- scala: 2.12.10
22-
env: SCALAJS_VERSION=0.6.28
22+
env: SCALAJS_VERSION=1.0.0
2323
script:
2424
- sbt readme/run
2525

0 commit comments

Comments
 (0)
Please sign in to comment.