Skip to content

Commit

Permalink
Maybe unbreaking the Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvreeze committed Nov 2, 2017
1 parent 6d0f333 commit 67153ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

language: scala

install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install
- npm install jsdom

matrix:
include:
- jdk: oraclejdk8
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ lazy val tqa = crossProject.crossType(CrossType.Full).in(file("."))
case "2.13.0-M2" => Seq()
case _ => Seq("org.scala-js" %%% "scalajs-dom" % "0.9.2")
}
}
},

parallelExecution in Test := false
)

lazy val tqaJVM = tqa.jvm
Expand Down

0 comments on commit 67153ac

Please sign in to comment.