Skip to content

Commit

Permalink
Travis build fails due to problem with cmake
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
albert-github committed May 7, 2019
1 parent 351ec59 commit 789828a
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 @@ -56,7 +56,7 @@ before_script:
if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ ! "${OS_NAME}" == "linux-ppc64le" ]; then
printf "[requires]
libxml2/2.9.8@bincrafters/stable
libiconv/1.15@bincrafters/stable >> conanfile.txt;
libiconv/1.15@bincrafters/stable" >> conanfile.txt;
fi;
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
printf "[requires]
Expand Down

0 comments on commit 789828a

Please sign in to comment.