Skip to content

Commit

Permalink
Merge pull request #24 from bradfordboyle/fix-coveralls-reporting
Browse files Browse the repository at this point in the history
Add missing dep for coveralls
  • Loading branch information
bradfordboyle authored Oct 21, 2018
2 parents a01d0f3 + aefe726 commit 4dfd08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- pushd glpk-${GLPK_VERSION} && ./configure --prefix=/usr && make && sudo make install && popd

install:
- pip install tox-travis
- pip install cpp-coveralls tox-travis

script:
- tox -v
Expand Down

0 comments on commit 4dfd08b

Please sign in to comment.