1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-27 05:20:20 -04:00

Switch to modern Travis CI infrastructure

Fixes #310
This commit is contained in:
Jellyfrog 2015-09-29 17:34:35 +02:00
parent fb6375c6f9
commit 00176dbff5

View File

@ -1,3 +1,4 @@
sudo: false
language: perl language: perl
perl: perl:
- "5.20-shrplib" - "5.20-shrplib"
@ -7,19 +8,22 @@ env:
- CC=clang - CC=clang
- CC=gcc - CC=gcc
addons:
apt:
packages:
- libperl-dev
- elinks
before_install: before_install:
- sudo apt-get update -qq
- perl -V - perl -V
- sudo apt-get build-dep -qq irssi
- sudo apt-get install -qq lynx
install: true install: true
script: script:
- ./autogen.sh --with-proxy --with-bot --with-perl=module - ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build --enable-silent-rules
- cat config.log - cat config.log
- make - make
- sudo make install - make install
notifications: notifications:
irc: irc: