ADD export to travis
This commit is contained in:
parent
74fbfa8a8f
commit
7f96742d68
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user