From 7e00c45a3cff5d0070861267770bf366d56d1b4f Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Mon, 12 Jun 2017 14:12:19 -0500 Subject: [PATCH 1/3] Loosen dartdoc range --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 759a9483..1e3fb259 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: completion: ^0.1.5 coverage: ^0.7.3 dart_style: '>=0.2.4 <2.0.0' - dartdoc: ^0.9.0 + dartdoc: >=0.9.0 <0.13.0 fluri: ^1.1.1 path: ^1.3.6 platform_detect: ^1.3.2 From 307f5d875599765b3329832f1dd0a3113a5243c8 Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Mon, 12 Jun 2017 14:16:18 -0500 Subject: [PATCH 2/3] Create pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1e3fb259..c10eba55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: completion: ^0.1.5 coverage: ^0.7.3 dart_style: '>=0.2.4 <2.0.0' - dartdoc: >=0.9.0 <0.13.0 + dartdoc: '>=0.9.0 <0.13.0' fluri: ^1.1.1 path: ^1.3.6 platform_detect: ^1.3.2 From 90882df908d63a54074f27e169e7d8a633fd46d3 Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Mon, 12 Jun 2017 18:13:21 -0500 Subject: [PATCH 3/3] Create .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf0beaff..ef7d8ae4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: dart dart: - - 1.19.1 + - 1.23.0 with_content_shell: true before_install: - export DISPLAY=:99.0 @@ -16,4 +16,4 @@ script: - cd - - pub run dart_dev test --integration - pub run dart_dev coverage --integration --no-html - - bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov