ci: remove stale config for node 4 and below (#17012)

This commit is contained in:
mrugesh mohapatra
2018-04-03 18:55:42 +05:30
committed by Stuart Taylor
parent c2fe82ed6f
commit 64cda2e5eb

View File

@ -1,20 +1,10 @@
language: node_js
node_js:
- '8'
- 'lts/*'
cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false