X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..e6ed0f0c0704405a4c5b9bf6329f852cf08d8bb4:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8b1378917..b12d439c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,16 @@ - +language: python +python: +- '3.5' +install: pip install -r requirements.txt +script: cms7 -e config/local.travis.yml +before_install: +- . $HOME/.nvm/nvm.sh +- nvm install 5.7.0 +- nvm use 5.7.0 +- npm install myth +- npm install svgo +- openssl aes-256-cbc -K $encrypted_ac880c30010f_key -iv $encrypted_ac880c30010f_iv + -in .deploy-key.enc -out .deploy-key -d && chmod go-rwx .deploy-key || true +after_success: ./deploy.sh +notifications: + email: false