Skip to content

Commit 1707424

Browse files
author
Ben Thomson
committed
Download develop branch of OCMS instead
1 parent dac0164 commit 1707424

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ cache:
2020
- $HOME/.composer/cache/files
2121

2222
install:
23-
- git clone https://github.com/octobercms/october.git
24-
- git checkout develop
23+
- wget https://github.com/octobercms/october/archive/develop.zip
24+
- unzip develop.zip
25+
- mv october-develop october
2526
- mkdir -p ./october/plugins/rainlab/builder
2627
- mv !(october) october/plugins/rainlab/builder
2728
- cd october

0 commit comments

Comments
 (0)