1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-26 20:16:38 +02:00

Update to node 10 in .travis.yml

This commit is contained in:
greenkeeper[bot] 2018-05-03 12:52:47 +00:00
parent b08b517fa7
commit 73d38b9435

View file

@ -1,6 +1,7 @@
language: node_js
node_js:
- '8.9.4'
- '10'
before_script:
- npm install grunt-cli -g
- npm install codecov -g