Skip to content

Commit

Permalink
Fixed build of firebird 3.0 and master on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Mar 28, 2018
1 parent aecf882 commit 0f4a78a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -21,12 +21,16 @@ matrix:
include:
- php: 7.0
env: FB=3.0
dist: trusty
- php: 7.1
env: FB=3.0
dist: trusty
- php: 7.2
env: FB=3.0
dist: trusty
- php: nightly
env: FB=3.0
dist: trusty
- php: 7.0
env: FB=master
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/travis/setup_firebird_master.sh
Expand Up @@ -5,7 +5,7 @@ git clone --depth=1 -b master --single-branch https://github.com/FirebirdSQL/fir

echo " ... Preparing source"
cd firebird
apt-get install -qq expect docbook docbook-to-man libatomic-ops-dev libbsd-dev libedit-dev libsp1c2 sgml-data sp libtommath-dev g++-4.8
apt-get install -qq expect docbook docbook-to-man libatomic-ops-dev libbsd-dev libedit-dev libsp1c2 sgml-data sp libtommath-dev g++-4.8 libtomcrypt-dev

export CXX="g++-4.8"

Expand Down

0 comments on commit 0f4a78a

Please sign in to comment.