Run Travis CI tests with g++ 4.8, and using Node v4.

This commit is contained in:
Ben Newman
2016-05-16 11:57:43 -04:00
parent ec5d15f131
commit 2f997ea074

View File

@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "4.0"
cache:
directories:
- "dev_bundle"
@@ -9,3 +9,11 @@ cache:
install: ./meteor --get-ready
script: TEST_PACKAGES_EXCLUDE="less" ./packages/test-in-console/run.sh
sudo: false
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8