Skip to content

Commit

Permalink
Run dpkg-reconfigure as root
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Feb 15, 2013
1 parent 1c59008 commit c743e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-dev libboost-date-time-dev libmyodbc unixodbc-dev odbc-postgresql firebird2.5-super firebird2.5-dev
- sudo odbcinst -i -d -f /usr/share/libmyodbc/odbcinst.ini
- dpkg-reconfigure -f noninteractive firebird2.5-super
- sudo dpkg-reconfigure -f noninteractive firebird2.5-super

before_script:
- mysql --version
Expand Down

0 comments on commit c743e9c

Please sign in to comment.