Skip to content

Commit

Permalink
Travis-CI: more perls, more tests
Browse files Browse the repository at this point in the history
Test from perl 5.8 to 5.18.
Test the default prompt with all the shell engines.
  • Loading branch information
dolmen committed Dec 12, 2013
1 parent 7dedf18 commit dd2bf64
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
# Not yet available
#- "5.18"
- "5.18"
notifications:
on_success: always
on_failure: always
irc:
channels:
- "irc.perl.org#angel-PS1"
template:
- "%{branch}: %{message} %{build_url}"
email: false
install:
# No install (Travis has a default)
- echo No install.
Expand All @@ -14,3 +23,9 @@ script:
- perl -c ./angel-PS1
# Ensure that the script runs on a tty
- script -q -c "perl angel-PS1" /dev/null
- script -q -c "perl angel-PS1 --shell=bash --test" /dev/null
- script -q -c "perl angel-PS1 --shell=zsh --test" /dev/null
- script -q -c "perl angel-PS1 --shell=dash --test" /dev/null
- script -q -c "perl angel-PS1 --shell=mksh --test" /dev/null
- script -q -c "perl angel-PS1 --shell=fish --test" /dev/null
- script -q -c "perl angel-PS1 --shell=tcsh --test" /dev/null

0 comments on commit dd2bf64

Please sign in to comment.