diff options
author | Jellyfrog <Jellyfrog@users.noreply.github.com> | 2015-09-29 17:34:35 +0200 |
---|---|---|
committer | Jellyfrog <Jellyfrog@users.noreply.github.com> | 2015-09-29 18:51:22 +0200 |
commit | 00176dbff5af1a649a1f45972c45d661912aa8be (patch) | |
tree | 7202cd531feae38343ad95f4d5b413b06f647279 | |
parent | fb6375c6f9c1191590420482aea634644aa228eb (diff) | |
download | irssi-00176dbff5af1a649a1f45972c45d661912aa8be.zip |
Switch to modern Travis CI infrastructure
Fixes #310
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 35226645..aa807a7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: perl perl: - "5.20-shrplib" @@ -7,19 +8,22 @@ env: - CC=clang - CC=gcc +addons: + apt: + packages: + - libperl-dev + - elinks + 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 --with-perl=module + - ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build --enable-silent-rules - cat config.log - make - - sudo make install + - make install notifications: irc: |