Skip to content

Commit

Permalink
[travis] Try to get PL/Parrot to play nicely with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 30, 2012
1 parent ce173e1 commit 9d1518a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
# Currently we test against Parrot 4.9.0
before_script:
- wget https://nodeload.github.com/parrot/parrot/zipball/RELEASE_4_9_0
- unzip RELEASE_4_9_0
- cd parrot-parrot*
- pwd
- perl Configure.pl --prefix="/tmp/installed_parrot" && make install
- export PATH=/tmp/installed_parrot/bin/:$PATH
- cd ..

before_install:

script: "make && make check"

# branches:
# only:
# - master
notifications:
recipients:
- duke@leto.net
email:
on_success: change
on_failure: always
#env:

0 comments on commit 9d1518a

Please sign in to comment.