build(travis): Drop Node 0.12 build, unclear if supported by babel 6

This commit is contained in:
Ben Gotow 2016-05-13 14:57:37 -07:00
parent 8f29e1cfbe
commit 804542ae53

View file

@ -25,8 +25,6 @@ branches:
matrix:
include:
- os: linux
env: NODE_VERSION=0.12 CC=gcc-4.8 CXX=g++-4.8
- os: linux
env: NODE_VERSION=4.2 CC=gcc-4.8 CXX=g++-4.8 PUBLISH_BUILD=true
- os: linux