tests: force npm install instead of npm ci

This commit is contained in:
Daniel Ruf 2018-08-19 21:17:32 +02:00
parent d94a3b8735
commit aa0f1320ff
No known key found for this signature in database
GPG Key ID: 68597EDC4FAC1299

View File

@ -55,3 +55,4 @@ before_script:
- npm install -g grunt-cli codeclimate-test-reporter
script:
- $TRAVIS_BUILD_DIR/travis.sh
install: npm install