Remove support for Node.js version 0.12.x.

This commit is contained in:
Wes Cossick 2016-07-10 13:02:32 -05:00 committed by GitHub
parent 5081e100a6
commit 69a63791f0

View File

@ -3,7 +3,6 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
before_script:
- npm install -g gulp
script: gulp