]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - .travis.yml
IRCd, not IRCD (#444)
[irc/freenode/web-7.0.git] / .travis.yml
index 47e43e45865b98d531718f53e780e7e2c5e03097..a5fbbb2b36de4faf3fe100fb3532a7547649f9a6 100644 (file)
@@ -1,16 +1,22 @@
 language: python
+dist: xenial
 python:
 - '3.5'
 install: pip install -r requirements.txt
-script: cms7
+script:
+- standard
+- 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 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
+- 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