Skip to content

Commit

Permalink
Merge pull request #327 from nextcloud/add-php-5.4-5.5
Browse files Browse the repository at this point in the history
Add PHP 5.4 and 5.5 jobs to CI
  • Loading branch information
rullzer authored Jul 6, 2016
2 parents c910853 + 3558c10 commit 76973fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ build:
image: nextcloudci/jsunit:1.0.6
commands:
- ./autotest-js.sh
sqlite-php5.4:
image: nextcloudci/php5.4:1.0.7
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass=''
- NOCOVERAGE=true ./autotest.sh sqlite
sqlite-php5.5:
image: nextcloudci/php5.5:1.0.7
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass=''
- NOCOVERAGE=true ./autotest.sh sqlite
sqlite:
image: nextcloudci/php5.6:1.0.6
commands:
Expand Down

0 comments on commit 76973fc

Please sign in to comment.