I update the outwatch version (#5)
* Update outwatch commit Also update travis image to a more recent distribution
This commit is contained in:
parent
2a9c485c50
commit
346e719d23
@ -1,5 +1,5 @@
|
|||||||
language: scala
|
language: scala
|
||||||
|
dist: xenial
|
||||||
install:
|
install:
|
||||||
- rvm use 2.3.0 --install --fuzzy
|
- rvm use 2.3.0 --install --fuzzy
|
||||||
- gem update --system
|
- gem update --system
|
||||||
@ -8,7 +8,7 @@ install:
|
|||||||
|
|
||||||
scala:
|
scala:
|
||||||
- 2.12.8
|
- 2.12.8
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: verify
|
- stage: verify
|
||||||
@ -28,4 +28,4 @@ deploy:
|
|||||||
local-dir: router-docs/site
|
local-dir: router-docs/site
|
||||||
target-branch: gh-pages
|
target-branch: gh-pages
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
@ -61,7 +61,7 @@ lazy val docs = project
|
|||||||
|
|
||||||
lazy val copyFastOptJS = TaskKey[Unit]("copyFastOptJS", "Copy javascript files to target directory")
|
lazy val copyFastOptJS = TaskKey[Unit]("copyFastOptJS", "Copy javascript files to target directory")
|
||||||
|
|
||||||
lazy val router = project
|
lazy val router = project
|
||||||
.in(file("./outwatch-router"))
|
.in(file("./outwatch-router"))
|
||||||
.settings(name := "outwatch-router")
|
.settings(name := "outwatch-router")
|
||||||
.enablePlugins(ScalaJSPlugin)
|
.enablePlugins(ScalaJSPlugin)
|
||||||
@ -81,7 +81,7 @@ lazy val router = project
|
|||||||
webpackBundlingMode in fastOptJS := BundlingMode.LibraryOnly(),
|
webpackBundlingMode in fastOptJS := BundlingMode.LibraryOnly(),
|
||||||
resolvers += "jitpack" at "https://jitpack.io",
|
resolvers += "jitpack" at "https://jitpack.io",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.github.outwatch" % "outwatch" % "e0f28a8fbb",
|
"io.github.outwatch" % "outwatch" % "676f94a",
|
||||||
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
||||||
),
|
),
|
||||||
copyFastOptJS := {
|
copyFastOptJS := {
|
||||||
|
Loading…
Reference in New Issue
Block a user