Commit 267ced6b2b8bc75f2379a1dc91e38d01ef6ba4af
1 parent
20d26058
Exists in
web_steps_improvements
and in
9 other branches
create cache folder on travis
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -32,7 +32,7 @@ before_install: | @@ -32,7 +32,7 @@ before_install: | ||
32 | cache: bundler | 32 | cache: bundler |
33 | 33 | ||
34 | before_script: | 34 | before_script: |
35 | - - mkdir -p tmp/{pids,cache} log | 35 | + - mkdir -p tmp/{pids,cache} log cache |
36 | - script/noosfero-plugins disableall | 36 | - script/noosfero-plugins disableall |
37 | #- bundle exec rake makemo &>/dev/null | 37 | #- bundle exec rake makemo &>/dev/null |
38 | # database | 38 | # database |