Skip to content

Commit

Permalink
update files for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yasufumi0410 committed Feb 14, 2018
1 parent 191b10e commit f312e61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,10 +1,13 @@
language: scala

os: linux
jdk: oraclejdk8

scala:
- 2.11.8
- 2.12.4
- 2.11.8

cache:
directories:
- $HOME/.sbt

script:
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION test
1 change: 1 addition & 0 deletions build.properties
@@ -0,0 +1 @@
sbt.version=0.13.17
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -44,6 +44,7 @@ dependencyOverrides ++= Set(
)

resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
resolvers += Resolver.url("Typesafe Ivy releases", url("https://repo.typesafe.com/typesafe/ivy-releases"))(Resolver.ivyStylePatterns)

unmanagedBase := baseDirectory.value / "lib"

Expand Down

0 comments on commit f312e61

Please sign in to comment.