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

Commit

Permalink
turn off tests with couchbase
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Loomis committed Aug 16, 2013
1 parent 4277989 commit 9f69b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ jdk:
- oraclejdk7
- openjdk7
- openjdk6
install: mvn install -DNO_DB_TESTS=true

install: mvn install -DskipTests=true -DNO_DB_TESTS=true
script: mvn test -DNO_DB_TESTS=true

0 comments on commit 9f69b17

Please sign in to comment.