1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

test newer perls now available on travis

This commit is contained in:
Ailin Nemui 2014-07-09 22:05:52 +02:00
parent d460ba48d1
commit a057cfecf7

View File

@ -1,15 +1,22 @@
language: c
compiler:
- gcc
- clang
language: perl
perl:
- "5.20-shrplib"
- "5.18-shrplib"
- "system-perl"
env:
- CC=clang
- CC=gcc
before_install:
- sudo apt-get update -qq
- perl -V
- sudo apt-get build-dep -qq irssi
- sudo apt-get install -qq lynx
install: true
script:
- ./autogen.sh --with-proxy --with-bot
- ./autogen.sh --with-proxy --with-bot --with-perl=module
- cat config.log
- make
- sudo make install