blob: 8a93762c1fd5314819c31b4294c3878b93dce6a1 [file] [log] [blame]
# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
install:
- choco install -y dart-sdk
- set PATH=%PATH%;C:\tools\dart-sdk\bin
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
- pub get
build: off
test_script:
- dartanalyzer --fatal-warnings example\list.dart lib\pub_cache.dart test\all.dart
# We need at least one activated application for our test suite.
- pub global activate dart_coveralls
- dart test\all.dart