Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
misc: fix tests
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
kevmoo committed Jul 19, 2018
1 parent 11afe5e commit 5338020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
language: dart

# By default, builds are run in containers.
# https://docs.travis-ci.com/user/getting-started/#Selecting-infrastructure-(optional)
# Set `sudo: true` to disable containers if you need to use sudo in your scripts.
# sudo: true

dart:
- dev
# See https://docs.travis-ci.com/user/languages/dart/ for details.

dart_task:
- dartfmt
- dartanalyzer
# TODO: reinstate tests once https://github.com/dart-lang/http_retry/issues/6 is fixed
# - test: --platform vm
# xvfb: false
# # Uncomment this line to run tests on the browser.
# - test: --platform firefox
- test: --platform vm
- test: --platform firefox

# Only building master means that we don't run two builds for each pull request.
branches:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
http: ^0.11.0

dev_dependencies:
fake_async: ^0.1.2
fake_async: ^1.0.1
test: ^1.2.0

0 comments on commit 5338020

Please sign in to comment.