From: Svante Bengtson Date: Thu, 17 May 2018 09:22:11 +0000 (+0200) Subject: move standard to run only on travis as it shouldn't output to any file X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/e21d42c3dc8011328ba2578257f90c42af2f98e8 move standard to run only on travis as it shouldn't output to any file --- diff --git a/.travis.yml b/.travis.yml index a038436ea..594e1a419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ dist: precise python: - '3.5' install: pip install -r requirements.txt -script: cms7 -e config/local.travis.yml +script: +- standard +- cms7 -e config/local.travis.yml before_install: - pip install --upgrade pip setuptools - . $HOME/.nvm/nvm.sh diff --git a/config/build.yml b/config/build.yml index 4a5a957f1..0640caa30 100644 --- a/config/build.yml +++ b/config/build.yml @@ -22,7 +22,6 @@ - command: [postcss, -c, postcss.json] source: static/css output: out/static/css -- command: [standard] - command: [uglifyjs, -c, -m] source: static/js output: out/static/js