Fixed path to encoded key

This commit is contained in:
Joseph Lenox 2017-04-04 18:55:29 -05:00
parent e36e821f72
commit 30076331bd
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: perl
before_install:
- openssl aes-256-cbc -K $encrypted_daaf322d08bf_key -iv $encrypted_daaf322d08bf_iv
-in slic3r-upload.rsa.enc -out ~/slic3r-upload.rsa -d
-in $TRAVIS_BUILD_DIR/package/deploy/slic3r-upload.rsa.enc -out ~/slic3r-upload.rsa -d
install:
- export LDLOADLIBS=-lstdc++
- export BOOST_DIR=$HOME/boost_1_63_0

Binary file not shown.