mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Remove travis g++ config
The shipped SDK is built with clang. g++ is tested on the chromebots. We don't get much value out of testing it again here, and it takes 30 min. See try-run: https://travis-ci.org/dart-lang/sdk/builds/182115562 R=kevmoo@google.com Review URL: https://codereview.chromium.org/2558093003 .
This commit is contained in:
parent
fa038d003b
commit
00f813800e
1 changed files with 0 additions and 2 deletions
|
@ -75,13 +75,11 @@ env:
|
|||
- ANALYZER=master
|
||||
- ANALYZER=master DDC_BROWSERS=Firefox
|
||||
- ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
|
||||
- ANALYZER=master CXX=g++
|
||||
- ANALYZER=master CXX=clang++
|
||||
- TEST=coverage
|
||||
- TEST=package
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: ANALYZER=master CXX=g++
|
||||
- env: ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in a new issue