Skip to content

Commit c36fcba

Browse files
author
Nate McMaster
committed
Update AppVeyor and Travis settings
1 parent 7696a8e commit c36fcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ before_install:
3333
install:
3434
- sudo pip install autobahntestsuite "six>=1.9.0"
3535
script:
36-
- ./build.sh --quiet verify
36+
- ./build.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
- dev
88
- /^(.*\/)?ci-.*$/
99
build_script:
10-
- build.cmd --quiet verify
10+
- ps: .\build.ps1
1111
install:
1212
- set PATH=C:\Python27\scripts;%PATH%
1313
- pip install autobahntestsuite

0 commit comments

Comments
 (0)