Do not fail on failing 'npm ls'

This commit is contained in:
Andreas Hocevar
2017-02-15 15:08:55 +01:00
parent 3829d883a7
commit 1f2f8f06dc

View File

@@ -17,7 +17,7 @@ before_install:
before_script:
- "rm src/ol/renderer/webgl/*shader.js"
- "sh -e /etc/init.d/xvfb start"
- "npm ls"
- "npm ls || true"
script: "make ci"