We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b460 commit 3f53ed9Copy full SHA for 3f53ed9
.travis.yml
@@ -8,8 +8,6 @@ php:
8
- '7.2'
9
- '7.3'
10
install: "composer install"
11
-addons:
12
- srcclr: true
13
script:
14
- mkdir -p build/logs
15
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
@@ -20,6 +18,7 @@ stages:
20
18
- 'Linting'
21
19
- 'Integration tests'
22
- 'Test'
+ - 'Source Clear'
23
24
jobs:
25
include:
@@ -41,3 +40,14 @@ jobs:
41
40
42
- $HOME/travisci-tools/trigger-script-with-status-update.sh
43
after_success: travis_terminate 0
+
44
+ - stage: 'Source Clear'
45
+ if: type = cron
46
+ addons:
47
+ srcclr: true
48
+ before_install: skip
49
+ install: skip
50
+ before_script: skip
51
+ script: skip
52
+ after_script: skip
53
+ after_success: skip
0 commit comments