ADD export to travis

This commit is contained in:
salomonelli 2018-08-19 15:37:21 +02:00
parent 74fbfa8a8f
commit 7f96742d68

View File

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