Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-shelf_static
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
dart.googlesource.com-shelf_static
Commits
4f699832
Commit
4f699832
authored
9 years ago
by
Kevin Moore
Browse files
Options
Downloads
Patches
Plain Diff
updated travis integration
parent
a9a030ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+0
-2
0 additions, 2 deletions
.travis.yml
tool/travis.sh
+4
-4
4 additions, 4 deletions
tool/travis.sh
with
4 additions
and
6 deletions
.travis.yml
+
0
−
2
View file @
4f699832
...
...
@@ -3,6 +3,4 @@ sudo: false
dart
:
-
stable
-
dev
before_install
:
-
pub global activate dart_coveralls
script
:
./tool/travis.sh
This diff is collapsed.
Click to expand it.
tool/travis.sh
+
4
−
4
View file @
4f699832
#!/bin/bash
# Fast fail the script on failures.
# Fast fail the script on failures.
set
-e
dart
--checked
test
/test_all.dar
t
pub run
tes
t
# Install dart_coveralls; gather and send coverage data.
if
[
"
$COVERALLS_TOKEN
"
]
&&
[
"
$TRAVIS_DART_VERSION
"
=
"stable"
]
;
then
pub global activate dart_coveralls
pub global run dart_coveralls report
\
--token
$COVERALLS_TOKEN
\
--retry
2
\
--exclude-test-files
\
--log-level
warning
\
test
/test_all.dart
fi
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