Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ perl:
- "5.20"

before_install:
- cpanm App::FatPacker::Simple
- cpanm --force App::FatPacker::Simple

install: ""
script:
- stty cols 238
- make
- make check

after_failure:
- "cat /home/travis/.cpanm/work/*/build.log"

notifications:
recipients:
- [email protected]
email:
recipients:
- [email protected]
on_success: change
on_failure: always
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# a simple test script for a few more exotic wrapping cases
#
Expand Down