mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update g++ version for travis machines
This commit is contained in:
@@ -11,7 +11,7 @@ script:
|
||||
- travis_retry ./packages/test-in-console/run.sh
|
||||
env:
|
||||
global:
|
||||
- CXX=g++-4.11
|
||||
- CXX=g++-12
|
||||
- phantom=false
|
||||
- PUPPETEER_DOWNLOAD_PATH=~/.npm/chromium
|
||||
addons:
|
||||
@@ -19,7 +19,7 @@ addons:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.11
|
||||
- g++-12
|
||||
- libnss3
|
||||
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user