diff options
author | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 21:54:30 (GMT) |
---|---|---|
committer | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 21:54:30 (GMT) |
commit | 54b53169c480eeb87c280be6c61fb6ed078b82c8 (patch) | |
tree | bfb2ebe00b546f50a5cbc81879eff4bc6d1434f2 | |
parent | 0bdbd0aba6cbbd0cb2cb0cb8c5ca272b042f0167 (diff) | |
download | SCons-54b53169c480eeb87c280be6c61fb6ed078b82c8.zip SCons-54b53169c480eeb87c280be6c61fb6ed078b82c8.tar.gz SCons-54b53169c480eeb87c280be6c61fb6ed078b82c8.tar.bz2 |
Disable AppVeyor's build phase.
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 2ddc8ee..eab31f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,5 +16,7 @@ install: - python --version - pip install lxml +build: off + test_script: - python runtest.py -a || if [[ $? == 2 ]]; then exit 0; else exit 1; fi
\ No newline at end of file |