Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ authors:
- Michael Fenwick <mike@mikefenwick.com>
- Tim Kluge <timklge@wh2.tu-dresden.de>
homepage: http://github.com/MichaelFenwick/Color

environment:
sdk: '>=1.24.2 <2.0.0'

dev_dependencies:
browser: any
test: any
dependency_validator: ^1.1.0
test: ^0.12.32+1
6 changes: 4 additions & 2 deletions smithy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
project: dart
language: dart

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

before_script:
- dart --version
- pub get
- pub run dependency_validator -i browser

script:
- dart test/color_test.dart
Expand Down