Drop support for Node 0.12 💀

This commit is contained in:
Siddharth Kshetrapal 2016-12-21 12:28:28 +05:30 committed by GitHub
parent ce0c620a9f
commit 7135751750

View File

@ -9,7 +9,6 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
script:
- 'if [ -n "${LINT-}" ]; then make lint ; fi'
- 'if [ -z "${LINT-}" ]; then make test-ci ; fi'