Update AppVeyor and Travis settings

This commit is contained in:
Nate McMaster 2017-03-01 18:25:43 -08:00
parent efbf9f21e8
commit bdbb862abd
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@ before_install:
install: install:
- pip install autobahntestsuite "six>=1.9.0" - pip install autobahntestsuite "six>=1.9.0"
script: script:
- ./build.sh --quiet verify - ./build.sh

View File

@ -8,7 +8,7 @@ branches:
- dev - dev
- /^(.*\/)?ci-.*$/ - /^(.*\/)?ci-.*$/
build_script: build_script:
- build.cmd --quiet verify - ps: .\build.ps1
install: install:
- set PATH=C:\Python27\scripts;%PATH% - set PATH=C:\Python27\scripts;%PATH%
- pip install autobahntestsuite - pip install autobahntestsuite