diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-05 00:17:51 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-05 00:17:51 +0000 |
commit | 783035e71bbd623aa1e7690ee3aa5df49db40378 (patch) | |
tree | fcbe136fa2ac3b0f5443e2f686d305b11690bd1b /.travis.yml | |
parent | bd9216b8caa278fb1660b69ed33f78d9d4dccd3b (diff) |
- .travis.yml: build with libGeoIP
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3837 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 633e147..521bbf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ addons: build_command: make branch_pattern: coverity_scan +before_script: + - sudo apt-get install libgeoip-dev + script: - ./configure - make |