File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 88 - ' 7.2'
99 - ' 7.3'
1010install : " composer install"
11- addons :
12- srcclr : true
1311script :
1412- mkdir -p build/logs
1513- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
@@ -20,6 +18,7 @@ stages:
2018 - ' Linting'
2119 - ' Integration tests'
2220 - ' Test'
21+ - ' Source Clear'
2322
2423jobs :
2524 include :
4140 script :
4241 - $HOME/travisci-tools/trigger-script-with-status-update.sh
4342 after_success : travis_terminate 0
43+
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
Original file line number Diff line number Diff line change 11# Optimizely PHP SDK Changelog
22
3- ### New Features:
4-
53## 3.4.0
64July 8th, 2020
75
You can’t perform that action at this time.
0 commit comments