aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-10 22:51:37 +0530
committerAlex Gaynor <alex.gaynor@gmail.com>2018-07-10 13:21:37 -0400
commit05affa665700b7dc0e5aff427c943614a436615e (patch)
tree4954479959035bd372b53229a5064793f992bc3b /.travis.yml
parentd8aba9f3aa657f1241b7a0de3cb025327723b61d (diff)
downloadcryptography-05affa665700b7dc0e5aff427c943614a436615e.tar.gz
cryptography-05affa665700b7dc0e5aff427c943614a436615e.tar.bz2
cryptography-05affa665700b7dc0e5aff427c943614a436615e.zip
try compiling with asm for our custom openssl (#4328)
* try compiling with asm for our custom openssl * we also need to update the cache dir * try actually compiling it
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40a85a13..0c686277 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
cache:
directories:
- $HOME/.cache/pip
- - $HOME/ossl-1/
+ - $HOME/ossl-2/
# Only build master, the version branches (e.g. 1.7.x), and
# version tags (which are apparently considered branches by travis)