Skip to content

Commit f3ddfa6

Browse files
author
Ben Thomson
committed
Fix Travis CI issues
1 parent 1707424 commit f3ddfa6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ cache:
2121

2222
install:
2323
- wget https://github.com/octobercms/october/archive/develop.zip
24-
- unzip develop.zip
24+
- unzip develop.zip && rm develop.zip
2525
- mv october-develop october
2626
- mkdir -p ./october/plugins/rainlab/builder
2727
- mv !(october) october/plugins/rainlab/builder
28+
- mv .travis.yml october/plugins/rainlab/builder
2829
- cd october
2930
- composer install --no-interaction --no-progress --no-suggest
3031
- cp config/cms.php config/testing/cms.php

0 commit comments

Comments
 (0)