Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 language: cpp | |
|
vapier
2016/04/11 15:09:17
at the top of this file, could you put:
# Travis
Ted Mielczarek
2016/04/11 16:30:18
Done.
| |
| 2 compiler: gcc | |
|
vapier
2016/04/11 15:09:17
add a TODO about adding clang ? you might as well
Ted Mielczarek
2016/04/11 16:30:18
Done.
| |
| 3 addons: | |
| 4 apt: | |
| 5 sources: | |
| 6 - ubuntu-toolchain-r-test | |
| 7 packages: | |
| 8 - gcc-4.8 | |
| 9 - g++-4.8 | |
| 10 env: | |
| 11 - USE_CC=gcc-4.8 USE_CXX=g++-4.8 | |
|
vapier
2016/04/11 15:09:17
there should be a comment here explaining why you
Ted Mielczarek
2016/04/11 16:30:18
Done.
| |
| 12 before_install: ./scripts/travis-checkout.sh | |
| 13 script: ./scripts/travis-build.sh | |
| 14 os: | |
| 15 - linux | |
|
vapier
2016/04/11 15:09:17
add a comment about OS X. maybe just a TODO.
Ted Mielczarek
2016/04/11 16:30:18
Done.
| |
| 16 notifications: | |
| 17 email: | |
| 18 - google-breakpad-dev@googlegroups.com | |
| OLD | NEW |