We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7608242 commit d51b033Copy full SHA for d51b033
.travis.yml
@@ -3,8 +3,8 @@ dist: trusty
3
4
jdk: oraclejdk8
5
scala:
6
- - 2.11.8
7
- - 2.12.1
+ - 2.11.11
+ - 2.12.2
8
9
before_script:
10
- "export DISPLAY=:99.0"
@@ -24,4 +24,4 @@ before_script:
24
script:
25
- sbt ++$TRAVIS_SCALA_VERSION "set (jsEnv in Test := new org.scalajs.jsenv.selenium.SeleniumJSEnv(org.scalajs.jsenv.selenium.Chrome))" test
26
- sbt ++$TRAVIS_SCALA_VERSION publishLocal
27
- # - cd example && sbt ++$TRAVIS_SCALA_VERSION compile
+ - cd example && sbt ++$TRAVIS_SCALA_VERSION compile
0 commit comments