aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-08 18:18:52 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-08 18:38:49 -0500
commite72abced5e30cbcbfade4e979aa9d3d6505f306d (patch)
treec85db286844611d0baa15ec8531c69c92f8bab1e /test
parent34ee0fd1015a4aa0c657dbd3a53b9d3c908045b9 (diff)
downloadcbt-e72abced5e30cbcbfade4e979aa9d3d6505f306d.tar.gz
cbt-e72abced5e30cbcbfade4e979aa9d3d6505f306d.tar.bz2
cbt-e72abced5e30cbcbfade4e979aa9d3d6505f306d.zip
no hashes on bintray for this and mavenCentral deps
Diffstat (limited to 'test')
-rw-r--r--test/test.scala27
1 files changed, 11 insertions, 16 deletions
diff --git a/test/test.scala b/test/test.scala
index d93c040..59a85ac 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -155,22 +155,17 @@ object Main{
}
(
- (
- if(System.getenv("CIRCLECI") == null){
- // tenporarily disable on circleci as it seems to have trouble reliably
- // downloading from bintray
- Dependencies(
- Resolver( bintray("tpolecat") ).bind(
- lib.ScalaDependency("org.tpolecat","tut-core","0.4.2", scalaMajorVersion="2.11")
- )
- ).classpath.strings
- } else Nil
- ) ++
- Dependencies(
- Resolver( sonatypeReleases ).bind(
- MavenDependency("org.cvogt","scala-extensions_2.11","0.5.1")
- )
- ).classpath.strings
+ Dependencies(
+ Resolver( bintray("tpolecat"), mavenCentral ).bind(
+ lib.ScalaDependency("org.tpolecat","tut-core","0.4.2", scalaMajorVersion="2.11", verifyHash = false)
+ )
+ ).classpath.strings
+ ++
+ Dependencies(
+ Resolver( sonatypeReleases ).bind(
+ MavenDependency("org.cvogt","scala-extensions_2.11","0.5.1")
+ )
+ ).classpath.strings
++
Dependencies(
Resolver( mavenCentral ).bind(