Skip to content

Commit

Permalink
added travis buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
KohaAloha committed Aug 27, 2013
1 parent 4134a98 commit 07985c1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
@@ -0,0 +1,31 @@
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"

before_install:
# install Alien:SDL
- sudo apt-get install automake
- git clone https://github.com/PerlGameDev/Alien-SDL
- cd Alien-SDL
- cat ./cpan-deps | cpanm --sudo --notest
- perl ./Build.PL --travis
- sudo ./Build install
- prove -v
- cd ..
# success!!

# install SDL_Perl
install:
- cpanm --sudo --notest Test::Most Tie::Simple
- perl ./Build.PL
- sudo ./Build install

script: prove -v

notifications:
irc: irc.perl.org#sdl

0 comments on commit 07985c1

Please sign in to comment.