Skip to content

Commit

Permalink
Merge pull request #154 from bryanlatten/feature-gearman-tests
Browse files Browse the repository at this point in the history
Goss: remove gearman tests
  • Loading branch information
bryanlatten authored Dec 13, 2017
2 parents f25f57e + c0bfab3 commit e752118
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required

env:
DOCKER_COMPOSE_VERSION: 1.10.0
DOCKER_COMPOSE_VERSION: 1.17.1

services:
- docker
Expand Down
4 changes: 0 additions & 4 deletions container/root/tests/php-fpm/5.6.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ command:
# Not common to all variants, test in supported children
php -m | grep -i memcache:
exit-status: 0
php -m | grep -i gearman:
exit-status: 0

package:
php5.6:
Expand Down Expand Up @@ -57,8 +55,6 @@ package:
installed: true
php-apcu:
installed: true
php-gearman:
installed: true
php-igbinary:
installed: true
php-memcache:
Expand Down
4 changes: 0 additions & 4 deletions container/root/tests/php-fpm/7.0.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ command:
# Not common to all variants, test in supported children
php -m | grep -i memcache:
exit-status: 0
php -m | grep -i gearman:
exit-status: 0

package:
php7.0:
Expand Down Expand Up @@ -57,8 +55,6 @@ package:
installed: true
php-apcu:
installed: true
php-gearman:
installed: true
php-igbinary:
installed: true
php-memcache:
Expand Down
4 changes: 0 additions & 4 deletions container/root/tests/php-fpm/7.1.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ command:
# Not common to all variants, test in supported children
php -m | grep -i memcache:
exit-status: 0
php -m | grep -i gearman:
exit-status: 0

package:
php7.1:
Expand Down Expand Up @@ -57,8 +55,6 @@ package:
installed: true
php-apcu:
installed: true
php-gearman:
installed: true
php-igbinary:
installed: true
php-memcache:
Expand Down
4 changes: 0 additions & 4 deletions container/root/tests/php-fpm/7.2.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ command:
exit-status: 0
php -m | grep -i gd:
exit-status: 0
php -m | grep -i gearman:
exit-status: 0
php -m | grep -i iconv:
exit-status: 0
php -m | grep -i igbinary:
Expand Down Expand Up @@ -210,8 +208,6 @@ package:
installed: true
php-apcu:
installed: true
php-gearman:
installed: true
php-igbinary:
installed: true
php-memcache:
Expand Down

0 comments on commit e752118

Please sign in to comment.