diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-09-10 21:25:10 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-09-10 21:55:17 +0200 |
| commit | acebe2b83ef290dc0c0cc0dc3bd2bcb8577d7f3f (patch) | |
| tree | 1405ab8427eb643002fa2e0e52a833f2e1df9f47 | |
| parent | fe40f42e6e065014cded2940a400d0499b702504 (diff) | |
Fix broken TLS in travis
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 724670e..4f4eb54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,10 @@ install: --enable-xpdf-headers && make -j4 && sudo make install - popd - - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python + - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python || true + - sed -i 's/"https:/"http:/' ~/.cask/*.el - export PATH=/home/travis/.cask/bin:$PATH + - cask upgrade-cask || true - export LD_LIBRARY_PATH=/usr/local/lib script: |
