Skip to content

Commit

Permalink
Timeout travis extend
Browse files Browse the repository at this point in the history
  • Loading branch information
baimard committed Dec 3, 2020
1 parent 7c79f21 commit 683d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ os:
compiler:
- gcc
- clang
install: travis_wait 30 mvn install
env:
- CONFIGURE_ARGS="" EXTRA="libldap2-dev libykpers-1-dev libnet-ldap-server-perl libmysqlclient-dev"
- CONFIGURE_ARGS="--without-ldap" EXTRA="libykpers-1-dev libmysqlclient-dev"
- CONFIGURE_ARGS="--without-cr" EXTRA="libldap2-dev libnet-ldap-server-perl libmysqlclient-dev"
- CONFIGURE_ARGS="--without-ldap --without-cr" EXTRA="libmysqlclient-dev"
script: tests/aux/build-and-test.sh
jobs:
install: travis_wait 30 mvn install
include:
- compiler: gcc
os: linux
Expand Down

0 comments on commit 683d79f

Please sign in to comment.