Skip to content

Commit

Permalink
build: fix Travis CI build/test failures
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Sep 13, 2017
1 parent 94d92b3 commit 9e61fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ env:
# resolve any remaining dependency issues
before_install:
# ubuntu 14.04 (trusty) has an old version of cython
- pip install cython
- pip install --user cython
# see https://github.com/eddyxu/cpp-coveralls
- pip install cpp-coveralls
- pip install --user cpp-coveralls

# perform the build and fail immediately on error
install:
Expand Down

0 comments on commit 9e61fd7

Please sign in to comment.