Skip to content

Commit

Permalink
adjusted travis config to make it work!
Browse files Browse the repository at this point in the history
  • Loading branch information
simaxw committed Dec 17, 2014
1 parent f321ea9 commit f75d131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,14 +1,15 @@
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1"

before_install:
- cpanm --quiet --notest --no-man-pages Test::Pod Test::Pod::Coverage Devel::LeakGuard::Object Test::WWW::Selenium::Catalyst Test::NoTabs Catalyst::Devel

install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
- cpanm --quiet --notest --no-man-pages --installdeps .
- perl script/mojomojo_spawn_db.pl

notifications:
email: false
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -75,6 +75,7 @@ requires(
'URI::Find' => 0,
'YAML' => '0.36',
'Term::Prompt' => 0,
'Text::Emoticon::MSN' => 0,
);

feature 'Create new database', 'SQL::Translator' => '0.09006';
Expand Down

0 comments on commit f75d131

Please sign in to comment.