Merge pull request babel/eslint-plugin-babel#157 from amilajack/patch-1

Test against modern node versions
This commit is contained in:
Brian Ng 2018-09-04 10:34:28 -05:00
parent 3e7fe7b25e
commit 2ea80c845e

View File

@ -4,6 +4,6 @@ git:
sudo: false
language: node_js
node_js:
- '4'
- '6'
- '7'
- 6
- 8
- 10