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 7696a8e commit c36fcbaCopy full SHA for c36fcba
.travis.yml
@@ -33,4 +33,4 @@ before_install:
33
install:
34
- sudo pip install autobahntestsuite "six>=1.9.0"
35
script:
36
- - ./build.sh --quiet verify
+ - ./build.sh
appveyor.yml
@@ -7,7 +7,7 @@ branches:
7
- dev
8
- /^(.*\/)?ci-.*$/
9
build_script:
10
- - build.cmd --quiet verify
+ - ps: .\build.ps1
11
12
- set PATH=C:\Python27\scripts;%PATH%
13
- pip install autobahntestsuite
0 commit comments