Skip to content

Commit

Permalink
Release build of v0.95 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
SineSwiper committed Mar 18, 2013
1 parent d3efe01 commit bc20658
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
@@ -0,0 +1,28 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

before_install:
# Prevent any test problems with this file
- rm .travis.yml
install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- cpanm --installdeps --notest --skip-satisfied .

# whitelist
branches:
only:
- /^build\/.*/

notifications:
irc:
channels:
- "irc.perl.org#sanity"
template:
- "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
on_success: change
on_failure: always
use_notice: true

0 comments on commit bc20658

Please sign in to comment.