We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac0164 commit 1707424Copy full SHA for 1707424
1 file changed
.travis.yml
@@ -20,8 +20,9 @@ cache:
20
- $HOME/.composer/cache/files
21
22
install:
23
- - git clone https://github.com/octobercms/october.git
24
- - git checkout develop
+ - wget https://github.com/octobercms/october/archive/develop.zip
+ - unzip develop.zip
25
+ - mv october-develop october
26
- mkdir -p ./october/plugins/rainlab/builder
27
- mv !(october) october/plugins/rainlab/builder
28
- cd october
0 commit comments