test: skip tests in node 5/6

master
Evgeny Poberezkin 2017-04-06 18:49:22 +01:00
parent 08df59ad43
commit b9f0e313d2
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
# - "5"
# - "6"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info

View File

@ -88,7 +88,7 @@
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.0.0",
"nodent": "3.0.14",
"nodent": "^3.0.17",
"nyc": "^10.0.0",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.1",