Skip to content

Instantly share code, notes, and snippets.

@paulfryzel
Last active October 7, 2015 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulfryzel/b032b9e91211b6306829 to your computer and use it in GitHub Desktop.
Save paulfryzel/b032b9e91211b6306829 to your computer and use it in GitHub Desktop.
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