Skip to content

Commit

Permalink
Use tommymuehle/docker-alpine-php-nightly (#371)
Browse files Browse the repository at this point in the history
* Use tommymuehle/docker-alpine-php-nightly

* minor
  • Loading branch information
Nyholm committed Feb 2, 2019
1 parent e2645a7 commit b805646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -29,10 +29,8 @@ jobs:
php: 7.2
services:
- docker
before_install:
- docker build -t php-latest tests/.docker/php-src
script:
- docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp php-latest php ./vendor/bin/simple-phpunit tests/Integration/MultiCurlServerPushTest.php
- docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp tommymuehle/docker-alpine-php-nightly php vendor/bin/phpunit tests/Integration/MultiCurlServerPushTest.php

- name: "Integration tests"
php: 7.2
Expand Down
62 changes: 0 additions & 62 deletions tests/.docker/php-src/Dockerfile

This file was deleted.

0 comments on commit b805646

Please sign in to comment.