Skip to content

Commit

Permalink
travis: Run tests for lua2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Feb 22, 2018
1 parent 9ed50bf commit 620e127
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-scripts/travis.sh
Expand Up @@ -370,7 +370,7 @@ build_auth() {
run "./bootstrap"
# Build without --enable-botan, no botan 2.x in Travis CI
run "CFLAGS='-O1' CXXFLAGS='-O1' ./configure \
--with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc' \
--with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc lua2' \
--with-modules='' \
--with-sqlite3 \
--enable-libsodium \
Expand Down Expand Up @@ -532,6 +532,9 @@ test_auth() {
run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both"
run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow"

run "./timestamp ./start-test-stop 5300 lua2"
run "./timestamp ./start-test-stop 5300 lua2-dnssec"

run "cd .."

### api ###
Expand Down

0 comments on commit 620e127

Please sign in to comment.