Skip to content

Commit

Permalink
Travis: make tests work with the latest protobuf version on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Aug 17, 2018
1 parent ecc14f0 commit da72970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ else
# install basic build dependencies using opam
opam install ocamlfind camlp4

# so that tests pass with the latest protobuf version
export CXXFLAGS='-std=c++14'

elif [ "$OCAML_VERSION" = "system" ]
then
# build dependencies (Ubuntu)
Expand Down

0 comments on commit da72970

Please sign in to comment.