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

Commit

Permalink
Attempting fix for travis CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
zmre committed Aug 19, 2015
1 parent d6c4ceb commit d8509af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: scala
scala:
- 2.9.3
- 2.10.4
- 2.11.7
jdk:
- oraclejdk7
- oraclejdk8
- openjdk8
script: sbt ++$TRAVIS_SCALA_VERSION test-only -- -l com.ironcorelabs.davenport.tags.RequiresCouch
script: sbt ++$TRAVIS_SCALA_VERSION "test-only -- -l com.ironcorelabs.davenport.tags.RequiresCouch"

0 comments on commit d8509af

Please sign in to comment.