Skip to content

Commit a7025c6

Browse files
authored
Use latest Firebird for appveyour and travis (#2391)
1 parent 02fc529 commit a7025c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ before_install:
3131
if [[ "$DB" == "Firebird" ]]
3232
then
3333
sudo apt-get install -y libicu-dev libtommath-dev curl
34-
curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3/Firebird-3.0.3.32900-0.amd64.tar.gz
35-
tar xzvf Firebird-3.0.3.32900-0.amd64.tar.gz
36-
pushd Firebird-3.0.3.32900-0.amd64
34+
curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
35+
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
36+
pushd Firebird-3.0.5.33220-0.amd64
3737
sudo ./install.sh -silent
3838
popd
3939
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_test:
2525
# Install Firebird
2626
New-Item -ItemType Directory -Force $FireBirdPath > $null
2727
Push-Location $FireBirdPath
28-
Invoke-WebRequest 'https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3/Firebird-3.0.3.32900-0_x64.zip' -OutFile firebird.zip
28+
Invoke-WebRequest 'https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0_x64.zip' -OutFile firebird.zip
2929
Unblock-File firebird.zip
3030
7z x firebird.zip
3131
New-Item -ItemType Directory -Force Data

0 commit comments

Comments
 (0)