Skip to content

Commit 7d246ba

Browse files
authored
Restrict appveyor to master branch builds, and test dartdoc on OSX (#1736)
1 parent e986524 commit 7d246ba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
- DARTDOC_BOT=sdk-docs
1111
script: ./tool/travis.sh
1212

13+
os:
14+
- osx
15+
- linux
16+
1317
branches:
1418
only: [master]
1519
cache:

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# for details. All rights reserved. Use of this source code is governed by a
33
# BSD-style license that can be found in the LICENSE file.
44

5+
branches:
6+
only:
7+
- master
8+
59
install:
610
- ps: wget https://storage.googleapis.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
711
- cmd: echo "Unzipping dart-sdk..."

0 commit comments

Comments
 (0)