Skip to content

Commit 4cb756a

Browse files
committed
enable tests
1 parent 04d7e7d commit 4cb756a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ dart:
77
dart_task:
88
- dartfmt
99
- dartanalyzer
10-
11-
# TODO: reinstate tests once https://github.com/dart-lang/http_retry/issues/6 is fixed
12-
# - test: --platform vm
13-
# xvfb: false
14-
# # Uncomment this line to run tests on the browser.
15-
# - test: --platform firefox
10+
- test: --platform vm
11+
xvfb: false
12+
- test: --platform firefox
1613

1714
# Only building master means that we don't run two builds for each pull request.
1815
branches:

0 commit comments

Comments
 (0)