Skip to content

Instantly share code, notes, and snippets.

@paulfryzel
Last active October 7, 2015 17:58
Node.js >=4.1 travis-ci inclusions
language: node_js
sudo: false
env:
- CXX=g++-4.8
node_js:
- 4.1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
@paulfryzel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment