Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Commit

Permalink
test with real database
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 6, 2013
1 parent 9abb280 commit 608b95d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,9 @@ perl:
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1"
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_ONLINE=mongodb://127.0.0.1:27017/mango"
services:
- mongodb
install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
Expand Down

0 comments on commit 608b95d

Please sign in to comment.