ensure libexpat-dev is installed
Chris Weyl [Tue, 30 Apr 2013 21:30:36 +0000 (14:30 -0700)]
.travis.yml

index a232e83..91f9966 100644 (file)
@@ -31,6 +31,9 @@ install:
    # ensure we have the latest cpanm
    - echo y | perlbrew install-cpanm
 
+   # XML cpan deps
+   - apt-get -y install libexpat-dev
+
    # see if we can't speed things up a bit
    - rm -rf ~/.cpanm
    - mkdir ~/.cpanm