diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-01 14:02:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 14:02:04 +0200 |
commit | d3f82356bbbcfa6cc898e2a37a4908bf0f94dfe2 (patch) | |
tree | 4eb0b290d6c8ee925312485de6e3287effa683fd /.drone.yml | |
parent | bd170a370cd65d22a9a9cc86beeb6a52ef0a39aa (diff) | |
parent | 56b58b00b74271623a014eca175f3a0d401ed918 (diff) | |
download | nextcloud-server-d3f82356bbbcfa6cc898e2a37a4908bf0f94dfe2.tar.gz nextcloud-server-d3f82356bbbcfa6cc898e2a37a4908bf0f94dfe2.zip |
Merge pull request #1227 from nextcloud/improve-tests
Improve tests
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index bbeb85df927..70c5f246a6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ build: commands: - ./autotest-js.sh nodb-php5.6: - image: nextcloudci/php5.6:1.0.6 + image: nextcloudci/php5.6:php5.6-1 commands: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init |