File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11dist : trusty
2- sudo : false
2+ sudo : true
33
44addons :
55 apt :
2929 - OPTS="--without-lmdb $OPTS"
3030 - OPTS="--without-ssdeep $OPTS"
3131 - OPTS="--without-lua $OPTS"
32+ - OPTS="--without-maxmind $OPTS"
3233
3334before_script :
35+ - echo $TRAVIS_OS_NAME
3436 - ' [ "$TRAVIS_OS_NAME" != osx ] || brew update'
3537 - ' [ "$TRAVIS_OS_NAME" != osx ] || brew install cppcheck'
38+ - ' [ "$TRAVIS_OS_NAME" != osx ] || brew install libmaxminddb'
39+ - ' [ "$TRAVIS_OS_NAME" != linux ] || sudo add-apt-repository --yes ppa:maxmind/ppa'
40+ - ' [ "$TRAVIS_OS_NAME" != linux ] || sudo apt-get update'
41+ - ' [ "$TRAVIS_OS_NAME" != linux ] || sudo apt-cache search maxmind'
42+ - ' [ "$TRAVIS_OS_NAME" != linux ] || sudo apt-get install -y libmaxminddb-dev'
3643
3744script :
3845 - ./build.sh
You can’t perform that action at this time.
0 commit comments