Skip to content

Commit bff326e

Browse files
author
Felipe Zimmerle
committed
Adds lua as a travis option
1 parent 7fa5ca9 commit bff326e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ addons:
77
- libfuzzy-dev
88
- libyajl-dev
99
- libgeoip-dev
10+
- liblua5.2-dev
1011
- liblmdb-dev
1112
- cppcheck
1213

@@ -27,6 +28,7 @@ env:
2728
- OPTS="--without-geoip $OPTS"
2829
- OPTS="--without-lmdb $OPTS"
2930
- OPTS="--without-ssdeep $OPTS"
31+
- OPTS="--without-lua $OPTS"
3032

3133
before_script:
3234
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'

0 commit comments

Comments
 (0)