Skip to content

Commit

Permalink
AVA is not compatible with node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cottingham committed Aug 27, 2019
1 parent 93f3267 commit 4ad6393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
script: yarn test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifeomic/bitrise",
"version": "0.4.0",
"version": "0.5.0-alpha",
"description": "Bitrise API client",
"main": "src/client.js",
"repository": {
Expand Down

0 comments on commit 4ad6393

Please sign in to comment.