Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 67b8b11

Browse files
authored
Create .travis.yml
1 parent 5f8372b commit 67b8b11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: dart
2+
dart: stable
3+
script:
4+
- cd built_json_generator
5+
- pub get
6+
- pub run test
7+
- cd ../example
8+
- pub get
9+
- pub run tool/build.dart
10+
- pub run test

0 commit comments

Comments
 (0)