Merge pull request #49 from uwap/uwap-patch-1

Use nodejs 9
This commit is contained in:
uwap 2018-07-07 00:05:54 +02:00 committed by GitHub
commit cd0786ae07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 8 - 9
script: script:
- yarn travis - yarn travis