Skip to content

Commit

Permalink
change the package name to lowercase and move the package update to t…
Browse files Browse the repository at this point in the history
…he start of the script.

php 5.6(.30) has issues right now-> setting php 5.6 to the .29 verson for now
  • Loading branch information
shinobu committed Jun 20, 2017
1 parent 5585752 commit 9f10b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: php

php:
- 5.4
- 5.6
- 5.6.29
- 7.0
- 7.1

Expand Down Expand Up @@ -34,9 +34,9 @@ services:
- mysql

before_install:
- sudo apt-get -qq update
- bash ./application/scripts/travis/install-extensions.sh
- bash ./application/scripts/travis/install-services.sh
- sudo apt-get -qq update
- sudo apt-get install -y raptor2-utils
- phpenv config-rm xdebug.ini
- mysql -e 'CREATE DATABASE ontowiki_TEST;'
Expand Down
2 changes: 1 addition & 1 deletion application/scripts/travis/install-extensions.sh
Expand Up @@ -8,7 +8,7 @@ if [[ $TRAVIS_PHP_VERSION = "hhv"* ]]; then
fi

# get build dependencies
sudo apt-get install -y unixODBC-dev
sudo apt-get install -y unixodbc-dev

PHPVERSION=$( php -v | head -n1 | sed "s|^PHP \([0-9][0-9\.]*\).*$|\1|" | tr -d '\n' )

Expand Down

0 comments on commit 9f10b9b

Please sign in to comment.