-
Notifications
You must be signed in to change notification settings - Fork 276
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
Try to enable API tests #3761
Try to enable API tests #3761
Conversation
medariox
commented
Feb 12, 2018
- PR is based on the DEVELOP branch
- Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
- Read the contribution guide
Codecov Report
@@ Coverage Diff @@
## develop #3761 +/- ##
========================================
Coverage 28.87% 28.87%
========================================
Files 279 279
Lines 35090 35090
========================================
Hits 10133 10133
Misses 24957 24957 Continue to review full report at Codecov.
|
.travis.yml
Outdated
@@ -16,10 +16,9 @@ install: | |||
- 'curl -o- -L https://yarnpkg.com/install.sh | bash' | |||
- 'export PATH="$HOME/.yarn/bin:$PATH" && yarn install && cd vue && yarn install && cd ..' | |||
script: | |||
- tox -v --recreate | |||
- 'cd vue && yarn test && cd ..' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This likely needs to be removed.