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
88fabac3
Commit
88fabac3
authored
7 years ago
by
Kevin Moore
Browse files
Options
Downloads
Patches
Plain Diff
Update travis config
parent
5541e115
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+10
-7
10 additions, 7 deletions
.travis.yml
with
10 additions
and
7 deletions
.travis.yml
+
10
−
7
View file @
88fabac3
...
...
@@ -3,21 +3,24 @@ sudo: false
dart
:
-
dev
-
stable
-
1.23.0
-
1.22.1
cache
:
directories
:
-
$HOME/.pub-cache
dart_task
:
-
test
:
--platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
-
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
:
allow_failures
:
# Repo was formatted with
stable
SDK
-
dart
:
dev
exclude
:
# Repo was formatted with
1.23.x
SDK
-
dart
:
1.22.1
dart_task
:
dartfmt
# Pub can hang on tests using dev SDK
-
dart
:
dev
dart_task
:
allow_failures
:
# VM Tests are flaky – need to investigate
# https://github.com/dart-lang/test/issues/599
-
dart_task
:
test
:
--platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
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