commit 65454742626a48f1c0063b170bb33d72a7313808 parent c64c1a5a5e85dba0609bc8336cc837d9d900fb7a Author: finwo <finwo@pm.me> Date: Mon, 22 Oct 2018 14:35:49 +0200 This config should be stable Diffstat:
| M | .scrutinizer.yml | | | 12 | ++++++++++-- |
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.scrutinizer.yml b/.scrutinizer.yml @@ -1,6 +1,14 @@ build: + environment: + node: '10.11.0' + nodes: + analysis: + tests: + override: + - js-scrutinizer-run + tests : true tests: override: - npm test - - js-scrutinizer-run - - true +checks: + javascript: true