]> jfr.im git - irc/freenode/web-7.0.git/blob - .travis.yml
a038436ea38678e229f0348811fc99a6eae8fbe9
[irc/freenode/web-7.0.git] / .travis.yml
1 language: python
2 dist: precise
3 python:
4 - '3.5'
5 install: pip install -r requirements.txt
6 script: cms7 -e config/local.travis.yml
7 before_install:
8 - pip install --upgrade pip setuptools
9 - . $HOME/.nvm/nvm.sh
10 - nvm install 5.7.0
11 - nvm use 5.7.0
12 - npm install postcss-cli
13 - npm install svgo
14 - npm install
15 - openssl aes-256-cbc -K $encrypted_key1_key -iv $encrypted_key1_iv
16 -in deploy/key1.enc -out deploy/key1 -d && chmod go-rwx deploy/key1 || true
17 - openssl aes-256-cbc -K $encrypted_key2_key -iv $encrypted_key2_iv
18 -in deploy/key2.enc -out deploy/key2 -d && chmod go-rwx deploy/key2 || true
19 after_success: ./deploy/deploy.sh
20 notifications:
21 email: false