Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Travis CLI troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Jan 9, 2021
1 parent b389213 commit af61ac1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ php:
- 7.3
- 7.4

env:
global:
- LOG_DIR=build/logs

before_install:

notifications:
email:
on_success: never
on_failure: change

before_script:
- composer clear
- composer self-update
- composer install
- composer self-update --no-scripts
- composer update --no-scripts

jobs:
include:
Expand Down

0 comments on commit af61ac1

Please sign in to comment.