| commit | 28dea403ce57b0ec19135ee17343a494bcb00fd5 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <[email protected]> | Tue Aug 18 14:32:27 2015 |
| committer | Devon Carew <[email protected]> | Tue Aug 18 14:32:27 2015 |
| tree | 97ca8346a71ed03e639d98619cafc1cc86c7e369 | |
| parent | 6710a45411e8dc2cf3963bb48c3aea77e4176da8 [diff] |
run tests directly; try and fix appveyor build
diff --git a/appveyor.yml b/appveyor.yml index 56e74eb..08a63c8 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -15,4 +15,5 @@ build: off test_script: - - pub run test -j1 +# - pub run test -j1 + - dart test\all.dart