We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b749d1 commit c7eb709Copy full SHA for c7eb709
.travis.yml
@@ -1,4 +1,5 @@
1
language: python
2
+dist: precise
3
matrix:
4
include:
5
- env: CACHE_NAME=latest DEPLOY_DOC_FROM_BRANCH=master DEPLOY_DOC_TO_REPOSITORY=username/sample_sage
@@ -24,4 +25,4 @@ after_success:
24
25
- "./.travis-deploy-doc.sh"
26
before_script:
27
- openssl aes-256-cbc -K $encrypted_2f33c728c8dc_key -iv $encrypted_2f33c728c8dc_iv
- -in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d
28
+ -in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d || true
0 commit comments