Browse Source

Add support for modern node versions

pull/493/head
Amila Welihinda 7 years ago
committed by GitHub
parent
commit
90dc519d23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -1,6 +1,6 @@
language: node_js
node_js:
- '4'
- '6'
- 6
- node
after_success: make report-coverage
sudo: false

Loading…
Cancel
Save