Skip to content

Commit 9aba811

Browse files
authored
Allow test failures on CI against release version of PTVSD (DonJayamanne#1594)
* Allow test failures * Allow tests to fail with release version of PTVSD
1 parent 99b3b84 commit 9aba811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ matrix:
3030
allow_failures:
3131
- os: linux
3232
python: "2.7"
33-
env: DEBUGGER_TEST=true
33+
env: DEBUGGER_TEST_RELEASE=true
3434
- os: linux
3535
python: "3.6-dev"
36-
env: DEBUGGER_TEST=true
36+
env: DEBUGGER_TEST_RELEASE=true
3737
before_install: |
3838
if [ $TRAVIS_OS_NAME == "linux" ]; then
3939
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;

0 commit comments

Comments
 (0)