diff --git a/.travis.yml b/.travis.yml index ec24cdf..78f6e23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ install: script: - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then grunt travis; fi; before_deploy: +- openssl aes-256-cbc -K $encrypted_d069f3374b98_key -iv $encrypted_d069f3374b98_iv + -in themeisle.enc -out /tmp/key -d - chmod +x bin/prepare-deploy.sh - ". ./bin/prepare-deploy.sh" deploy: @@ -63,4 +65,4 @@ after_deploy: - chmod +x bin/deploy.sh - ". ./bin/deploy.sh" after_failure: -- cat logs/phpcs.log \ No newline at end of file +- cat logs/phpcs.log diff --git a/themeisle.enc b/themeisle.enc index 6ab3071..b777ae0 100644 Binary files a/themeisle.enc and b/themeisle.enc differ