diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 12:50:11 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 16:14:57 +0000 |
commit | a70342b06acf65564b6a932e0c2374bd8af7ff3e (patch) | |
tree | d513ae0ff644e3e173ecd2e16f47d9e280c9aba1 /.travis.yml | |
parent | 9f8907fc2e5627c6a963204bb025c6fbf342cb13 (diff) |
Move SOAP::WSDL requirement into UK cpanfile feature.
Note how we'd like to do the same with SOAP::Lite.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index ac971bbfa..3b362419f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,6 @@ before_install: - sudo apt-get install -qq jhead libgmp-dev # A couple of other modules that normally come from packages, but no system stuff here - cpanm -q Carton Locale::gettext Math::BigInt::GMP -# This is because of a bug in its test (it's empty), and SOAP::Lite depends on it. -# Would be good to not have SOAP::Lite as a dependency at all really. - - cpanm -q DIME::Tools --force -# And let's install the same version the carton.lock file currently has. - - cpanm -q MKUTTER/SOAP-Lite-0.715.tar.gz - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 install: - carton install --deployment |