From 63aa5f6347b61bcff35713f3f5897eff05243e8c Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 13 Nov 2018 12:49:22 +0200 Subject: [PATCH] Correct Travis CI build [skip appveyor] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6ab999684..73dc43572b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ before_install: - export PHP_MINOR="$(php -r 'echo phpversion();' | cut -d '.' -f 2)" - export PHP_VERNUM="$(php-config --vernum)" - ulimit -c unlimited -S - - phpenv config-add ./ci/999-default.ini + - phpenv config-add .ci/999-default.ini install: - .ci/install-zephir-parser.sh