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 Jan 24, 2018
1 parent b788449 commit 55fe1b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-scripts/travis.sh
Expand Up @@ -361,7 +361,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 @@ -521,6 +521,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 55fe1b2

Please sign in to comment.