Skip to content

Commit

Permalink
Merge pull request #12 from Workiva/smithy
Browse files Browse the repository at this point in the history
CP-2948 Add smithy.yaml
  • Loading branch information
charliekump-wf authored Nov 10, 2016
2 parents 2e3f70b + 7a465d5 commit cdcd45a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ with_content_shell: true
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- npm install
- pub run dart_dev test --unit
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:
browser: '>=0.9.0 <1.0.0'
logging: '>=0.9.0 <1.0.0'
dev_dependencies:
coverage: '>=0.7.2'
dart_dev: '>=1.0.2'
dart_style: '>=0.2.0'
coverage: '^0.7.3'
dart_dev: '^1.0.0'
dart_style: '^0.2.0'
test: '>=0.12.5'
environment:
sdk: '>=1.0.0 <2.0.0'
13 changes: 13 additions & 0 deletions smithy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project: dart
language: dart

# dart 1.19.1
runner_image: drydock-prod.workiva.org/workiva/smithy-runner-generator:92530

script:
- pub get

artifacts:
build:
- ./pubspec.lock

0 comments on commit cdcd45a

Please sign in to comment.