aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 20:52:24 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 21:06:01 -0400
commit9ca07ddfb052b7e3fc15154d7caddf16db5518a3 (patch)
tree099e5957f951785dca13830779fd75fe3535270b /test/simple-fixed
parent4569e126be9970f812d725733b0ea678b4077383 (diff)
downloadcbt-9ca07ddfb052b7e3fc15154d7caddf16db5518a3.tar.gz
cbt-9ca07ddfb052b7e3fc15154d7caddf16db5518a3.tar.bz2
cbt-9ca07ddfb052b7e3fc15154d7caddf16db5518a3.zip
disable test sporadically failing on circleci from circleci
Diffstat (limited to 'test/simple-fixed')
-rw-r--r--test/simple-fixed/build/build.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala
index 3f1ff66..42130ee 100644
--- a/test/simple-fixed/build/build.scala
+++ b/test/simple-fixed/build/build.scala
@@ -24,7 +24,6 @@ class Build(context: cbt.Context) extends BasicBuild(context){
sonatypeSnapshots
).bind(
"org.cvogt" %% "play-json-extensions" % "0.8.0",
- "org.tpolecat" %% "tut-core" % "0.4.2",
"ai.x" %% "lens" % "1.0.0"
)
)