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 1
1
dist : trusty
2
- sudo : false
2
+ sudo : true
3
3
4
4
addons :
5
5
apt :
29
29
- OPTS="--without-lmdb $OPTS"
30
30
- OPTS="--without-ssdeep $OPTS"
31
31
- OPTS="--without-lua $OPTS"
32
+ - OPTS="--without-maxmind $OPTS"
32
33
33
34
before_script :
35
+ - echo $TRAVIS_OS_NAME
34
36
- ' [ "$TRAVIS_OS_NAME" != osx ] || brew update'
35
37
- ' [ "$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'
36
43
37
44
script :
38
45
- ./build.sh
You can’t perform that action at this time.
0 commit comments