You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ matrix:
13
13
dist: bionic
14
14
sudo: required
15
15
compiler: gcc
16
-
env: TRAVIS_ARCH="amd64"
16
+
env: TRAVIS_ARCH="amd64" DEPLOY_BUILD=TRUE
17
17
- arch: arm64
18
18
os: linux
19
19
dist: bionic
@@ -45,7 +45,7 @@ before_install:
45
45
- cd ../..
46
46
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
47
47
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -y valgrind libpcre3-dev python3-dev swig python3-cffi python3-setuptools python3-pip; fi
48
-
- if [ "$TRAVIS_OS_NAME" = "linux" -a "$CC" = "gcc" -a "$TRAVIS_ARCH" = "amd64" ]; then pip3 install --user codecov==2.0.22 twine==3.1.1; export CFLAGS="-coverage"; fi
48
+
- if [ "$DEPLOY_BUILD" = "TRUE" ]; then pip3 install --user codecov==2.0.22 twine==3.1.1; export CFLAGS="-coverage"; fi
0 commit comments