Skip to content

Commit

Permalink
[skyapi][travis] refs fibercrypto#38 Using curl the travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jul 27, 2019
1 parent fccc627 commit 90f819f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/install-travis-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install make
choco install pkgconfiglite
choco install sudo
choco install curl --force --version 7.58.0
# choco install curl --force --version 7.58.0
fi

cd $TRAVIS_BUILD_DIR
Expand Down
2 changes: 1 addition & 1 deletion lib/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_BUILD_TYPE Release)

set(pkgName "skyapi")

#find_package(CURL 7.58.0 EXACT REQUIRED)
find_package(CURL EXACT REQUIRED)

set(SRCS
${CMAKE_CURRENT_SOURCE_DIR}/src/list.c
Expand Down

0 comments on commit 90f819f

Please sign in to comment.