language: node_js node_js: - "12" - "14" - "16" matrix: include: - node_js: "12" env: - TEST="all" - CXX=g++-4.8 notifications: email: - jchan@linkedin.com - skinast@linkedin.com before_install: - npm install -g npm@6 before_script: - npm update sudo: false cache: directories: - node_modules env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8