Skip to content

Commit

Permalink
more verbose apt-get in travis to avoid potential timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van Dijk committed May 17, 2013
1 parent 24aeae1 commit 0c5c96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: cpp
compiler:
- gcc
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool libcdb-dev xmlto dblatex links
- sudo apt-get update
- sudo apt-get install libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool libcdb-dev xmlto dblatex links
script:
- ./bootstrap
- ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests
Expand Down

0 comments on commit 0c5c96b

Please sign in to comment.