1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00

Merge pull request #312 from Jellyfrog/patch-1

Switch to modern Travis CI infrastructure
This commit is contained in:
dx 2015-10-01 01:48:06 -03:00
commit 8217147a80

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: