Skip to content

Commit c4ad261

Browse files
committed
set up travis
1 parent 57d2b01 commit c4ad261

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: dart
2+
3+
dart:
4+
- dev
5+
- stable
6+
7+
script: ./tool/travis.sh

lib/src/generate/build.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import 'dart:async';
55
import 'dart:convert';
66
import 'dart:io';
77

8-
import 'package:glob/glob.dart';
98
import 'package:path/path.dart' as path;
109
import 'package:yaml/yaml.dart';
1110

tool/travis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ set -e
99

1010
# Verify that the libraries are error free.
1111
dartanalyzer --fatal-warnings \
12-
lib/sample.dart \
13-
test/all_test.dart
12+
lib/build.dart
1413

1514
# Run the tests.
1615
pub run test

0 commit comments

Comments
 (0)