From e3462666bd6c576e1a8e01d66bdb155306884cae Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Tue, 31 May 2016 23:27:32 -0700 Subject: [PATCH] working on travis decrypt --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdd3f08a..f8075b71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,9 @@ env: # Setup anaconda before_install: + - openssl aes-256-cbc -K $encrypted_93066031461c_key -iv $encrypted_93066031461c_iv + -in docs/credentials.tar.gz.enc -out credentials.tar.gz -d + # Install packages - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.8.3-Linux-x86_64.sh @@ -57,9 +60,7 @@ script: after_success: - coveralls --config_file .coveragerc - script: - - openssl aes-256-cbc -K $encrypted_93066031461c_key -iv $encrypted_93066031461c_iv - -in docs/credentials.tar.gz.enc -out credentials.tar.gz -d + notifications: email: