-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI wont run th tests #10
Labels
Comments
Babel runtime issue is resolved but now I have the issue, that chromedriver is not providing the sufficient chrome version for selenium (although it is the correct installed chromedriver version) Branch: fixci
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While local tests run fine, travis wont even start a test due to
Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'
babel runtime is
"@babel/runtime": "^7.0.0-beta.55",
https://travis-ci.org/jankapunkt/meteor-autoform-bpmn/
Somebody has any clue how to fix it?
The text was updated successfully, but these errors were encountered: