Skip to content

Commit

Permalink
misinterpreted travis warnings as error. putting sudo back in it
Browse files Browse the repository at this point in the history
  • Loading branch information
echu committed Mar 27, 2015
1 parent 453d10e commit 43cb30c
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 @@ -5,7 +5,7 @@ compiler:
- gcc
- clang
before_install:
- pip install cpp-coveralls
- sudo pip install cpp-coveralls
script:
- make
- make test
Expand Down

0 comments on commit 43cb30c

Please sign in to comment.