Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 230db5c

Browse files
committed
adding smithy.yaml for dependency tracking purposes, pin dart-sdk in travis
1 parent 4d338f1 commit 230db5c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pubspec.lock
44
.pub/
55
.buildlog
66
build/
7+
coverage/
78
/node_modules/
89
/test/out/
910
/npm-debug.log

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: dart
22
dart:
3-
- stable
3+
- 1.19.1
44
with_content_shell: true
55
before_install:
66
- export DISPLAY=:99.0
@@ -9,5 +9,5 @@ script:
99
- pub run dart_dev format --check
1010
- pub run dart_dev analyze
1111
- pub run dart_dev test
12-
# - pub run dart_dev coverage --no-html
13-
# - bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
12+
- pub run dart_dev coverage --no-html
13+
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov

smithy.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
project: dart
2+
language: dart
3+
4+
# dart 1.19.1, built from https://github.com/Workiva/smithy-runner-dart/tree/0.0.4
5+
runner_image: drydock-prod.workiva.org/workiva/smithy-runner-dart:74173
6+
7+
script:
8+
- pub get
9+
10+
artifacts:
11+
build:
12+
- ./pubspec.lock

0 commit comments

Comments
 (0)