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 d0689b9 commit 71f8726Copy full SHA for 71f8726
.travis.yml
@@ -69,13 +69,13 @@ script:
69
- yarn run clean
70
- yarn run vscode:prepublish
71
- yarn run cover:enable
72
- - if [ $DEBUGGER_TEST == "true" ]; then
+ - if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
73
yarn run testMultiWorkspace --silent;
74
fi
75
- if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
76
bash <(curl -s https://codecov.io/bash);
77
78
- - if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then
+ - if [ "$TRAVIS_UPLOAD_COVERAGE" != "2.7" ]; then
79
python3 -m pip install --upgrade -r news/requirements.txt;
80
python3 news/announce.py --dry-run;
81
0 commit comments