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 | |
8 | |
9 branches: | |
10 only: | |
11 - master | |
12 | |
13 cache: | |
14 directories: | |
15 - $HOME/.pub-cache | |
OLD | NEW |