Skip to content

Commit

Permalink
[travis-ci] config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jul 4, 2018
1 parent ddb9b87 commit c1f2d42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ before_script:
- curl http://localhost:9200/

script:
minil build && perl ./Build.PL && ./Build build && cover -test -report coveralls
- minil build
- perl ./Build.PL
- ./Build build
- cover -test -report coveralls

notifications:
irc:
Expand Down

0 comments on commit c1f2d42

Please sign in to comment.