Skip to content

Commit

Permalink
Update CI's configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 18, 2019
1 parent 916135d commit 6cb3597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,6 @@ matrix:
- php: '7.4snapshot' - php: '7.4snapshot'


cache: cache:
apt: true
timeout: 604800 timeout: 604800
directories: directories:
- ${HOME}/.composer/cache - ${HOME}/.composer/cache
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -32,9 +32,9 @@ environment:
PHP_AVM: https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1 PHP_AVM: https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1


PHP_SDK_VERSION: 2.1.9 PHP_SDK_VERSION: 2.1.9
ZEPHIR_PARSER_VERSION: 1.3.0 ZEPHIR_PARSER_VERSION: 1.3.1
ZEPHIR_PARSER_RELEASE: 476 ZEPHIR_PARSER_RELEASE: 476
ZEPHIR_VERSION: 0.12.0 ZEPHIR_VERSION: 0.12.2


TEST_PHP_EXECUTABLE: C:\php\php.exe TEST_PHP_EXECUTABLE: C:\php\php.exe
NO_INTERACTION: 1 NO_INTERACTION: 1
Expand Down

0 comments on commit 6cb3597

Please sign in to comment.