We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e986524 commit 7d246baCopy full SHA for 7d246ba
.travis.yml
@@ -10,6 +10,10 @@ env:
10
- DARTDOC_BOT=sdk-docs
11
script: ./tool/travis.sh
12
13
+os:
14
+ - osx
15
+ - linux
16
+
17
branches:
18
only: [master]
19
cache:
appveyor.yml
@@ -2,6 +2,10 @@
2
# for details. All rights reserved. Use of this source code is governed by a
3
# BSD-style license that can be found in the LICENSE file.
4
5
+branches:
6
+ only:
7
+ - master
8
9
install:
- ps: wget https://storage.googleapis.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
- cmd: echo "Unzipping dart-sdk..."
0 commit comments