Use ES6 destructuring (not available in node v4)

This commit is contained in:
Tankred Hase
2017-01-21 11:51:33 +00:00
parent 2fcedd9f09
commit a47a0162a6
5 changed files with 29 additions and 39 deletions

View File

@@ -1,9 +1,7 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "7"
before_script:
- npm install -g grunt-cli
- mongo test_db --eval 'db.addUser("travis", "test");'