]> 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 594e1a419be7c587e2142e05c6a6889b2e3b6f54..a5fbbb2b36de4faf3fe100fb3532a7547649f9a6 100644 (file)
@@ -1,5 +1,5 @@
 language: python
-dist: precise
+dist: xenial
 python:
 - '3.5'
 install: pip install -r requirements.txt
@@ -9,10 +9,9 @@ script:
 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
+- 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