summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e6c330..1bf4369 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,10 @@ before_install:
# assume the distro has an old version of cython
- pip install cython
# see https://github.com/eddyxu/cpp-coveralls
- - pip install cpp-coveralls
+ - |
+ if [ $TRAVIS_CPU_ARCH == "amd64" ]; then
+ pip install cpp-coveralls
+ fi
# perform the build and fail immediately on error
install: