Skip to content
Snippets Groups Projects

Switch to my own images, with dependencies satisfied

Merged Erick Hitter requested to merge update/ci-images into master
Files
2
+ 1
2
@@ -6,6 +6,7 @@ variables:
cache:
paths:
- $HOME/.composer
- /root/.composer
before_script:
# Set up WordPress tests
@@ -30,8 +31,6 @@ PHPunit:PHP5.3:MySQL:
script:
- phpcs -n
- phpunit
when: manual
allow_failure: true
PHPunit:PHP5.6:MySQL:
image: containers.ethitter.com:443/docker/images/php:5.6
Loading