File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,17 @@ install:
1212
1313script :
1414 - vendor/jakub-onderka/php-parallel-lint/parallel-lint --exclude vendor .
15+
16+ before_deploy : " zip -r 'Auto-Linker' auto_linker"
17+
18+ deploy :
19+ provider : releases
20+ api_key :
21+ secure : oiJzWl3GyUPAtauGq8LCRAuIhYHlm2ewA5Fnyv3OMw9SgAJKhCz/7AoxvJ4uuQ1mqlNnStTdKcStBNbLfEWkfMlYkEQ36vBtaC0kb+5PmA2e3RgSsdGmJ55ZMB94ZCrlwyALF+4Nwjivnx8A7um3G+JjDJ7aOOYZKyE94dQ3eOE=
22+ file : Auto-Linker.zip
23+ skip_cleanup : true
24+ on :
25+ php : 7.0
26+ tags : true
27+ condition : $TRAVIS_PULL_REQUEST = false
28+
Original file line number Diff line number Diff line change 55 'author_url ' => 'https://ellislab.com/ ' ,
66 'name ' => 'Auto Linker ' ,
77 'description ' => 'Automatically creates links from URLs and/or email addresses contained within the given text. ' ,
8- 'version ' => '3.0.0 ' ,
8+ 'version ' => '3.0.1 ' ,
99 'namespace ' => 'User\Addons\AutoLinker ' ,
1010 'settings_exist ' => FALSE
1111);
You can’t perform that action at this time.
0 commit comments