Skip to content

Commit

Permalink
Copy travis config from web repo and add ES
Browse files Browse the repository at this point in the history
we still have to fix the test suite to respect the env var.
Refs gh-267.
  • Loading branch information
rwstauner committed May 19, 2013
1 parent 7745421 commit bcf0c9e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

notifications:
email:
recipients:
- olaf@wundersolutions.com
on_success: always
on_failure: always

environment:
# we use a non-standard port to avoid trashing production
# but travis will have it running on the standard port.
- METACPAN_ES_TEST_PORT: 9200

services:
- elasticsearch

0 comments on commit bcf0c9e

Please sign in to comment.