Use ES6 destructuring (not available in node v4)
This commit is contained in:
@@ -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");'
|
||||
|
||||
Reference in New Issue
Block a user