mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Run Travis CI tests with g++ 4.8, and using Node v4.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user