Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
- add sonatype repo to resolvers
- sync scala version in .travis.yml
- git clone and install metafacture-core/4.0.0-HBZ-SNAPSHOT

See #52.
  • Loading branch information
dr0i committed Oct 27, 2020
1 parent caa5cae commit d4d4fb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: scala
scala: 2.12.2
scala: 2.11.1
jdk: oraclejdk8
dist: trusty
env:
Expand All @@ -8,3 +8,7 @@ install:
- wget ${ES_DOWNLOAD_URL}
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch &
- git clone https://github.com/hbz/metafacture-core.git
- cd metafacture-core
- git checkout 4.0.0-HBZ-SNAPSHOT
- mvn install
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ lazy val root = (project in file(".")).enablePlugins(PlayJava)

scalaVersion := "2.11.1"

resolvers += Resolver.sonatypeRepo("releases")

libraryDependencies ++= Seq(
cache,
javaWs,
Expand Down

0 comments on commit d4d4fb2

Please sign in to comment.