From 78ec3ebe592b8ca8575aa5193999af192c4fb303 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 31 Jan 2019 20:23:09 +0100 Subject: [PATCH] Remove test routine, push image to test repository. --- .travis.yml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3af148e54..4ba4ea0073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,27 +1,9 @@ language: php -php: - - 7.2 - cache: directories: - vendor - $HOME/.composer/cache -install: - - rm composer.lock - - composer update --no-scripts - - cp .env.testing .env - - php artisan clear-compiled - - php artisan env - - wget -q https://github.com/firefly-iii/test-data/raw/master/storage/database.sqlite -O storage/database/database.sqlite - - mkdir -p build/logs - -script: - - ./vendor/bin/phpunit -c phpunit.coverage.xml - -after_success: - - travis_retry php vendor/bin/php-coveralls -x storage/build/clover-all.xml - # safelist branches: only: @@ -32,4 +14,6 @@ services: - docker before_install: - - docker build -t test_ff_build . \ No newline at end of file + - docker build -t jc5x/ff-test-builds:develop . + - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin + - docker push jc5x/ff-test-builds \ No newline at end of file