Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 language: dart | |
| 2 | |
| 3 script: ./tool/travis.sh | |
| 4 | |
| 5 # Speed up builds by using containerization. Disable this if you need to use | |
| 6 # sudo in your scripts. | |
| 7 sudo: false | |
|
Bob Nystrom
2015/10/08 16:48:33
This is the default behavior (for newer repositori
Lasse Reichstein Nielsen
2015/10/08 17:20:54
Ack. I was copying files blindly from the "new rep
| |
| 8 | |
| 9 branches: | |
| 10 only: | |
| 11 - master | |
| 12 | |
| 13 cache: | |
| 14 directories: | |
| 15 - $HOME/.pub-cache | |
| OLD | NEW |