]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
move standard to run only on travis as it shouldn't output to any file
authorSvante Bengtson <redacted>
Thu, 17 May 2018 09:22:11 +0000 (11:22 +0200)
committerChristel Dahlskjaer <redacted>
Thu, 24 May 2018 23:49:12 +0000 (00:49 +0100)
.travis.yml
config/build.yml

index a038436ea38678e229f0348811fc99a6eae8fbe9..594e1a419be7c587e2142e05c6a6889b2e3b6f54 100644 (file)
@@ -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
index 4a5a957f1c4c4a3a8219991470084f466eb7cb12..0640caa30b2ae958398fec15f0ddb61a3d185342 100644 (file)
@@ -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