X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/dac2ec61f995ceaecf4ce1088d93f9749bc0f18f..5870108e42dcf2f00fcb169dbffcf91c89b1f044:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8b1378917..932ef5c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,20 @@ - +language: python +python: +- '3.5' +install: pip install -r requirements.txt +script: cms7 -e config/local.travis.yml +before_install: +- pip install --upgrade pip setuptools +- . $HOME/.nvm/nvm.sh +- nvm install 5.7.0 +- nvm use 5.7.0 +- npm install postcss-cli +- npm install svgo +- npm install +- openssl aes-256-cbc -K $encrypted_ac880c30010f_key -iv $encrypted_ac880c30010f_iv + -in deploy/key1.enc -out deploy/key1 -d && chmod go-rwx deploy/key1 || true +- openssl aes-256-cbc -K $encrypted_2bfadd9dc6b8_key -iv $encrypted_2bfadd9dc6b8_iv + -in deploy/key2.enc -out deploy/key2 -d && chmod go-rwx deploy/key2 || true +after_success: ./deploy/deploy.sh +notifications: + email: false