Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak .travis.yml output
  • Loading branch information
mloskot committed Feb 16, 2013
1 parent 2f6078a commit 601d4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,7 +21,7 @@ before_install:
# http://tech.groups.yahoo.com/group/firebird-support/message/120883
#- sudo dpkg-reconfigure -f noninteractive firebird2.5-super
- sudo sed /ENABLE_FIREBIRD_SERVER=/s/no/yes/ -i /etc/default/firebird2.5
- cat /etc/default/firebird2.5
- cat /etc/default/firebird2.5 | grep ENABLE_FIREBIRD_SERVER
- sudo service firebird2.5-super start

before_script:
Expand All @@ -32,7 +32,7 @@ before_script:
- isql-fb -z -q -i /dev/null # --version
- echo 'CREATE DATABASE "LOCALHOST:/tmp/soci_test.fdb" PAGE_SIZE = 16384;' > /tmp/create_soci_test.sql
- isql-fb -u SYSDBA -p masterkey -i /tmp/create_soci_test.sql -q
- ls -l /tmp/
- cat /tmp/create_soci_test.sql

script:
- mkdir -p src/_build
Expand Down

0 comments on commit 601d4f8

Please sign in to comment.