Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/travis_ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-21 16:29:30 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-26 14:00:25 +0300
commit895234b05b500d94a02340f88cc3dd06eaee1917 (patch)
tree0a333f79fbb6fad931b2f8b57da3910946b4b7a9
parentbdcc363c5dc58c454de968e02f9cfb4c9d42692a (diff)
php7.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rwxr-xr-xbefore_install_oracle.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/before_install_oracle.sh b/before_install_oracle.sh
index 89ace93..dd796fc 100755
--- a/before_install_oracle.sh
+++ b/before_install_oracle.sh
@@ -14,9 +14,9 @@ if [ "$TRAVIS_PHP_VERSION" == "7" ] ; then
else
mkdir /tmp/oci8
cd /tmp/oci8
- wget https://pecl.php.net/get/oci8-2.0.12.tgz
- tar -xzf oci8-2.0.12.tgz
- cd oci8-2.0.12
+ wget https://pecl.php.net/get/oci8-2.1.4.tgz
+ tar -xzf oci8-2.1.4.tgz
+ cd oci8-2.1.4
phpize
ORACLE_HOME=/usr/lib/oracle/11.2/client64
./configure