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