Skip to content

Commit 70fabcf

Browse files
committed
CI cleanup
1 parent b71ad98 commit 70fabcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ before_script:
2323

2424
script:
2525
- sbt +test +publishLocal
26-
- cd example && sbt compile jquery-global-demo/fullOptJS jquery-bundler-demo/compileStatics
26+
- cd example && sbt compileStatics

example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val root = project.in(file("."))
3333
.enablePlugins(ScalaJSPlugin)
3434
.settings(commonSettings)
3535

36-
val generatedBundlerDir = file("generated/bundler")
36+
val generatedBundlerDir = file("generated")
3737
val compileStatics = taskKey[Unit]("Compiles all static files.")
3838

3939
val example = project.in(file("."))

0 commit comments

Comments
 (0)