Skip to content

Commit d6cd17e

Browse files
committed
prepare release 1.1.0
1 parent d33ca61 commit d6cd17e

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ xvfb: false
33
dart:
44
- stable
55
script:
6-
- pub run build_runner build
7-
dart_task:
8-
- test: --platform vm ./test/test.dart
6+
- pub run build_runner test

build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ targets:
33
builders:
44
reflectable:
55
generate_for:
6-
- test/test.dart
6+
- test/_test.dart
77
- example/example.dart
88
options:
99
formatted: true

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ dependencies:
1414
dev_dependencies:
1515
analyzer: ^0.33.0
1616
build_runner: ^1.1.2
17+
build_test: any
1718
test: ^1.3.0

test/test.dart test/_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:dart_json_mapper/json_mapper.dart';
99
import "package:fixnum/fixnum.dart";
1010
import "package:test/test.dart";
1111

12-
import 'test.reflectable.dart';
12+
import '_test.reflectable.dart';
1313

1414
part 'json.dart';
1515
part 'model.dart';

0 commit comments

Comments
 (0)