Update .travis.yml

This commit is contained in:
Sara Steiert 2017-12-28 18:44:25 +01:00 committed by GitHub
parent 16c2e004cf
commit 5210e5e966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm i --silent
- npm i --depth 0 --silent
- npm run lint
- npm run test:export
- npm run test:docs