Update .travis.yml

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

View File

@ -11,6 +11,6 @@ before_install:
script: script:
- npm i --depth 0 --silent - npm i --depth 0 --silent
- npm run lint - npm run lint
- npm run test:export - travis_retry npm run test:export
- npm run test:docs - travis_retry npm run test:docs
- npm run test:e2e - travis_retry npm run test:e2e