Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: .travis.yml

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .test_config ('k') | AUTHORS » ('j') | CHANGELOG.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « .test_config ('k') | AUTHORS » ('j') | CHANGELOG.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698