Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chromium.googlesource.com-external-github.com-dart-lang-test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
chromium.googlesource.com-external-github.com-dart-lang-test
Commits
f21e0482
Commit
f21e0482
authored
7 years ago
by
Natalie Weizenbaum
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Only run a single Travis check for each PR. (#620)
parent
bc10ce6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-4
12 additions, 4 deletions
.travis.yml
with
12 additions
and
4 deletions
.travis.yml
+
12
−
4
View file @
f21e0482
language
:
dart
sudo
:
false
dart
:
-
dev
-
stable
-
1.23.0
-
1.22.1
cache
:
directories
:
-
$HOME/.pub-cache
dart_task
:
-
test
:
--platform dartium
install_dartium
:
true
-
test
:
--platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
-
dartfmt
-
dartanalyzer
matrix
:
exclude
:
# Repo was formatted with 1.23
.x
SDK
# Repo was formatted with
the
1.23 SDK
.
-
dart
:
1.22.1
dart_task
:
dartfmt
# Only building master means that we don't run two builds for each pull request.
branches
:
only
:
[
master
]
cache
:
directories
:
-
$HOME/.pub-cache
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment