We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707424 commit f3ddfa6Copy full SHA for f3ddfa6
1 file changed
.travis.yml
@@ -21,10 +21,11 @@ cache:
21
22
install:
23
- wget https://github.com/octobercms/october/archive/develop.zip
24
- - unzip develop.zip
+ - unzip develop.zip && rm develop.zip
25
- mv october-develop october
26
- mkdir -p ./october/plugins/rainlab/builder
27
- mv !(october) october/plugins/rainlab/builder
28
+ - mv .travis.yml october/plugins/rainlab/builder
29
- cd october
30
- composer install --no-interaction --no-progress --no-suggest
31
- cp config/cms.php config/testing/cms.php
0 commit comments