diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 16:59:28 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 18:12:48 +0000 |
commit | 1cf8f514a231924cd992a5ca4f6af692c365da4a (patch) | |
tree | 6b098c67f8996427d10d8b892bf04fcd0c8f7684 /.travis.yml | |
parent | 46541a64e9ca47d235f4fd832024bfcfa61db673 (diff) |
[Travis] Only install boto when necessary.
And make sure file is removed if not a tar file.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 07e8bfa95..d332f4d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: before_install: - sudo apt-get update -qq - - sudo apt-get install -qq jhead libgmp-dev python-boto + - 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 Math::BigInt::GMP - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 sv_SE.UTF-8 |