diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-07-09 22:05:52 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-07-30 14:40:17 +0200 |
commit | a057cfecf7687caa658ed1be240c22f81a2f27a5 (patch) | |
tree | 5faca8aa55768c1b8cefa031d356e9d54c6e587e /.travis.yml | |
parent | d460ba48d1d4010f89bb3394ad089bf23c8c2a3a (diff) | |
download | irssi-a057cfecf7687caa658ed1be240c22f81a2f27a5.zip |
test newer perls now available on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 04c19d88..35226645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |