Skip to content

Commit

Permalink
OPI-575: Review and fix TravisCI builds added for public repositories…
Browse files Browse the repository at this point in the history
… (#23887)
  • Loading branch information
dxops authored and iklymenko committed May 16, 2019
1 parent e3b7300 commit 8c1e5db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: linux
dist: xenial

language: php

Expand All @@ -10,6 +10,9 @@ branches:
php:
- 7.1.26

env:
- COMPOSER=travis.json

cache:
directories:
- $HOME/.composer
Expand All @@ -18,6 +21,7 @@ before_script:
- phpenv config-rm xdebug.ini
- phpenv config-add travis.php.ini
- composer self-update
- cp dev.json travis.json # avoid dev.lock file and composer.json with a stable version
- travis_retry travis_wait composer install --prefer-dist --optimize-autoloader --no-interaction --no-suggest
- set +e; DIFF=$(git diff --name-only --diff-filter=ACMR $TRAVIS_COMMIT_RANGE | grep -e ".*\.php$"); set -e;

Expand Down

0 comments on commit 8c1e5db

Please sign in to comment.