Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Removing openjdk8 and scala 2.10 from travis CI
Browse files Browse the repository at this point in the history
Some dependencies (knobs in particular) don't have scala 2.10 libs
and there apparently is no openjdk8 as yet.
  • Loading branch information
zmre committed Aug 19, 2015
1 parent d8509af commit 8666d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: scala
scala:
- 2.10.4
- 2.11.7
jdk:
- oraclejdk8
- openjdk8
script: sbt ++$TRAVIS_SCALA_VERSION "test-only -- -l com.ironcorelabs.davenport.tags.RequiresCouch"

0 comments on commit 8666d62

Please sign in to comment.