Skip to content

Commit

Permalink
Merge pull request #126 from jacehensley-wf/use_dependency_validator/dev
Browse files Browse the repository at this point in the history
UIP-2889 Use dependency_validator
  • Loading branch information
greglittlefield-wf authored Nov 17, 2017
2 parents 7896517 + bd2f63f commit 44790f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
- sleep 3 # give xvfb some time to start
script:
- pub run dart_dev analyze
- pub run dependency_validator -i coverage
- pub run dart_dev test --integration
- ./tool/generate_coverage.sh
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
34 changes: 17 additions & 17 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ homepage: https://github.com/Workiva/over_react/
authors:
- Workiva UI Platform Team <uip@workiva.com>
environment:
sdk: ">=1.23.0"
sdk: ">=1.24.2"
dependencies:
analyzer: ">=0.30.0 <0.31.0"
barback: "^0.15.0"
js: "^0.6.0"
barback: ^0.15.0
js: ^0.6.0
logging: ">=0.11.3+1 <1.0.0"
meta: "^1.0.4"
path: "^1.4.1"
react: "^3.4.3"
source_span: "^1.4.0"
transformer_utils: "^0.1.1"
w_common: "^1.8.0"
w_flux: "^2.7.1"
platform_detect: "^1.3.2"
meta: ^1.0.4
path: ^1.4.1
react: ^3.4.3
source_span: ^1.4.0
transformer_utils: ^0.1.1
w_common: ^1.8.0
w_flux: ^2.7.1
platform_detect: ^1.3.2
quiver: ">=0.21.4 <0.26.0"
dev_dependencies:
matcher: ">=0.11.0 <0.13.0"
coverage: "^0.7.2"
dart_dev: "^1.7.6"
mockito: "^0.11.0"
over_react_test: "^1.2.0"
test: "^0.12.24"
coverage: ^0.7.2
dart_dev: ^1.7.6
dependency_validator: ^1.0.0
mockito: ^0.11.0
over_react_test: ^1.2.0
test: ^0.12.24

transformers:
- over_react:
Expand Down
4 changes: 2 additions & 2 deletions smithy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project: dart
language: dart

# dart 1.23.0
runner_image: drydock-prod.workiva.net/workiva/smithy-runner-generator:153818
# Dart 1.24.2 image from https://github.com/Workiva/smithy-runner-generator
runner_image: drydock-prod.workiva.net/workiva/smithy-runner-generator:179735

script:
- pub get
Expand Down

0 comments on commit 44790f0

Please sign in to comment.