X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..a992e0e91f021c7dde85136fdc4d6329e9527181:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8b1378917..a5fbbb2b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,22 @@ - +language: python +dist: xenial +python: +- '3.5' +install: pip install -r requirements.txt +script: +- standard +- cms7 -e config/local.travis.yml +before_install: +- pip install --upgrade pip setuptools +- . $HOME/.nvm/nvm.sh +- nvm install 10.16.0 +- nvm use 10.16.0 +- npm install -g postcss-cli svgo standard uglify-js +- npm install +- openssl aes-256-cbc -K $encrypted_key1_key -iv $encrypted_key1_iv + -in deploy/key1.enc -out deploy/key1 -d && chmod go-rwx deploy/key1 || true +- openssl aes-256-cbc -K $encrypted_key2_key -iv $encrypted_key2_iv + -in deploy/key2.enc -out deploy/key2 -d && chmod go-rwx deploy/key2 || true +after_success: ./deploy/deploy.sh +notifications: + email: false