From 82a6cb7344fac2b07fc49b103564fcf8abee399f Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Mon, 19 Jun 2017 01:54:41 +0900 Subject: [PATCH] specify version of satooshi/php-coveralls in .travis-ci.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f6da48..61d21de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: before_script: - sh -c "if [ '$PHPCS' = '1' ]; then composer require squizlabs/php_codesniffer; fi" - - sh -c "if [ '$COVERALLS' = '1' ]; then composer require --dev satooshi/php-coveralls:dev-master; fi" + - sh -c "if [ '$COVERALLS' = '1' ]; then composer require --dev satooshi/php-coveralls:"^1.0"; fi" - sh -c "if [ '$COVERALLS' = '1' ]; then mkdir -p build/logs; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"