Skip to content
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

Update ava to the latest version 🚀 #487

Merged
merged 3 commits into from
Jun 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ matrix:
- node_js: "lts/*"
env: JOB=lint

before_install:
- yarn global add greenkeeper-lockfile@1

before_script:
- greenkeeper-lockfile-update
- 'if [ "$JOB" = "test" ]; then BABEL_ENV=test yarn run build; fi'

script:
- 'if [ "$JOB" = "test" ]; then yarn test-only; fi'
- 'if [ "$JOB" = "lint" ]; then yarn run lint; fi'

after_script:
- greenkeeper-lockfile-upload

after_success:
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"webpack": "2 || 3"
},
"devDependencies": {
"ava": "^0.19.0",
"ava": "^0.20.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.0",
Expand Down
Loading