fix(travis): Fix travis build script

fix(travis): Fix travis error

add debug to travis

bump(submodule)

Silence
This commit is contained in:
Evan Morikawa 2016-11-02 12:32:17 -07:00
parent 6f571a323f
commit ec7133dff1
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ before_install:
fi
- if [ "${MIRROR}" = "true" ]; then
git submodule update --init --recursive;
2>/dev/null 1>/dev/null openssl aes-256-cbc -K $encrypted_e6bb7e15b74d_key -iv $encrypted_e6bb7e15b74d_iv -in src/pro/encrypted_certificates/travis/travis-files-mirror.tar.enc -out src/pro/encrypted_certificates/travis/travis-files.tar -d
2>/dev/null 1>/dev/null openssl aes-256-cbc -K $encrypted_e6bb7e15b74d_key -iv $encrypted_e6bb7e15b74d_iv -in src/pro/encrypted_certificates/travis/travis-files-mirror.tar.enc -out src/pro/encrypted_certificates/travis/travis-files.tar -d;
mkdir build/resources/certs;
2>/dev/null 1>/dev/null tar xvf src/pro/encrypted_certificates/travis/travis-files.tar --directory=build/resources/certs/;
2>/dev/null 1>/dev/null source build/resources/certs/set_unix_env.sh;

@ -1 +1 @@
Subproject commit 552635f63af31d12843a22603adcea44bca1a211
Subproject commit cddc1a895a17e0bdb33ff5c16a3f482d9a186745