Skip to content

Commit d51b033

Browse files
author
Starzu
committed
Travis build configuration
1 parent 7608242 commit d51b033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dist: trusty
33

44
jdk: oraclejdk8
55
scala:
6-
- 2.11.8
7-
- 2.12.1
6+
- 2.11.11
7+
- 2.12.2
88

99
before_script:
1010
- "export DISPLAY=:99.0"
@@ -24,4 +24,4 @@ before_script:
2424
script:
2525
- sbt ++$TRAVIS_SCALA_VERSION "set (jsEnv in Test := new org.scalajs.jsenv.selenium.SeleniumJSEnv(org.scalajs.jsenv.selenium.Chrome))" test
2626
- sbt ++$TRAVIS_SCALA_VERSION publishLocal
27-
# - cd example && sbt ++$TRAVIS_SCALA_VERSION compile
27+
- cd example && sbt ++$TRAVIS_SCALA_VERSION compile

0 commit comments

Comments
 (0)