Skip to content

Commit 202e1fa

Browse files
committed
🔨 fix env variables
1 parent 71f8726 commit 202e1fa

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
@@ -72,10 +72,10 @@ script:
7272
- if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
7373
yarn run testMultiWorkspace --silent;
7474
fi
75-
- if [ $MULTIROOT_WORKSPACE_TEST == "true" ]; then
75+
- if [ $TRAVIS_UPLOAD_COVERAGE == "true" ]; then
7676
bash <(curl -s https://codecov.io/bash);
7777
fi
78-
- if [ "$TRAVIS_UPLOAD_COVERAGE" != "2.7" ]; then
78+
- if [ "$TRAVIS_PYTHON_VERSION" != "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)