Changeset 1598444


Ignore:
Timestamp:
Dec 26, 2013, 7:10:07 PM (10 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
0c0734d
Parents:
c55930e
Message:
Hack a fix for glib on travis

1.303 is currently the latest, and is broken (reported at
https://rt.cpan.org/Public/Bug/Display.html?id=91679).  So when cpanm
Glib fails, try cpanm Glib@1.302.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r48c09d4 r1598444  
    1717# In lp:~barnowl/barnowl/packaging, we use apt-get.  Here, we use cpanm.
    1818#  - 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
    19   - cpanm AnyEvent Class::Accessor ExtUtils::Depends Glib Module::Install Net::Twitter::Lite PAR
     19  - cpanm AnyEvent Class::Accessor ExtUtils::Depends Module::Install Net::Twitter::Lite PAR
     20  - cpanm Glib || cpanm Glib@1.302 # Glib@1.303 is broken, and is currently the latest
    2021script: "./autogen.sh && ./configure && make distcheck"
Note: See TracChangeset for help on using the changeset viewer.