Changeset 3d20ce1


Ignore:
Timestamp:
Dec 23, 2015, 1:50:18 AM (8 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10
Children:
becd617
Parents:
53d6269
git-author:
Jason Gross <jasongross9@gmail.com> (12/01/15 00:13:44)
git-committer:
Jason Gross <jgross@mit.edu> (12/23/15 01:50:18)
Message:
Update .travis.yml away from legacy infrastructure

Following https://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r5f3f1e4 r3d20ce1  
    1 
    21language: perl
     2sudo: false
    33compiler:
    44  - clang
     
    1111  - "5.18"
    1212  - "5.20"
     13addons:
     14  apt:
     15    # we actually want debhelper >= 7, libperl-dev >= 5.10.1-8, libzephyr-dev >= 3.0~beta
     16    packages:
     17    - autoconf
     18    - autotools-dev
     19    - debhelper
     20    - dh-autoreconf
     21    - libglib2.0-dev
     22    - libkrb5-dev
     23    - libncurses5-dev
     24    - libncursesw5-dev
     25    - libssl-dev
     26    - libzephyr-dev
     27    - pkg-config
     28    - zip
    1329install:
    14   - sudo apt-get update -q
    15 # we actually want debhelper >= 7, libperl-dev >= 5.10.1-8, libzephyr-dev >= 3.0~beta
    16   - sudo apt-get install -q autoconf autotools-dev debhelper dh-autoreconf libglib2.0-dev libkrb5-dev libncurses5-dev libncursesw5-dev libssl-dev libzephyr-dev pkg-config zip
    1730# perl things
    1831# In lp:~barnowl/barnowl/packaging, we use apt-get.  Here, we use cpanm.
    1932#  - sudo apt-get install libanyevent-perl libclass-accessor-perl libextutils-depends-perl libglib-perl libmodule-install-perl libnet-twitter-lite-perl libpar-perl libperl-dev
    2033  - cpanm AnyEvent Class::Accessor ExtUtils::Depends Glib Module::Install Net::Twitter::Lite PAR
    21 script: "./autogen.sh && ./configure && make distcheck"
     34script: ./autogen.sh && ./configure && make distcheck
Note: See TracChangeset for help on using the changeset viewer.