aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2016-04-19 13:27:44 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2016-04-19 13:27:44 +0900
commit9eecb4634d98cfe0fa09b1caac01f602f13ec9cb (patch)
treec3d427f67e3c51061bd4d4b21ea0bf2aa82787e4 /.travis.yml
parenta55247574c2c2436989a9a0654c51a62cc7193ba (diff)
downloadtinyobjloader-9eecb4634d98cfe0fa09b1caac01f602f13ec9cb.tar.gz
Update Travis script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ec9e45..0b1926d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@ matrix:
--coverage" REPORT_COVERAGE=1
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi
+- if [ -n "$REPORT_COVERAGE" ]; then pip install --user requests[security]; fi
- if [ -n "$REPORT_COVERAGE" ]; then pip install --user cpp-coveralls; fi
script:
- cd tests