Skip to content

Commit 71f8726

Browse files
committed
🔨 fix travis conditions
1 parent d0689b9 commit 71f8726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ script:
6969
- yarn run clean
7070
- yarn run vscode:prepublish
7171
- yarn run cover:enable
72-
- if [ $DEBUGGER_TEST == "true" ]; then
72+
- if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
7373
yarn run testMultiWorkspace --silent;
7474
fi
7575
- if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
7676
bash <(curl -s https://codecov.io/bash);
7777
fi
78-
- if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then
78+
- if [ "$TRAVIS_UPLOAD_COVERAGE" != "2.7" ]; then
7979
python3 -m pip install --upgrade -r news/requirements.txt;
8080
python3 news/announce.py --dry-run;
8181
fi

0 commit comments

Comments
 (0)