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 26, 2019
1 parent 93f3267 commit 61fa857
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 61fa857

Please sign in to comment.