upgrade sqlite

This commit is contained in:
Mészáros Mihály 2018-08-02 11:11:21 +02:00
parent 4cecfb96da
commit f94caf292c

View File

@ -4,7 +4,7 @@ language: cpp
before_install:
- export CPPFLAGS="$CPPFLAGS -I/usr/local/opt/openssl/include"
- export LDFLAGS="$LDFLAGS -L/usr/local/opt/openssl/lib"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew outdated openssl || brew upgrade openssl; brew install mysql sqlite hiredis; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew outdated openssl || brew upgrade openssl; brew install mysql sqlite hiredis; brew outdated sqlite || brew upgrade sqlite; fi
matrix:
include: