Commit b25546b4276c5ba97485da307d5509302b178100
1 parent
a8b43e69
Exists in
master
and in
20 other branches
travis-ci: comment makemo until new gettext's api is used
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -37,7 +37,7 @@ before_script: |
37 | 37 | - perl -pi -e 's/cat .+ > \$gemfile/echo "source \\"https:\/\/rubygems.org\\"" > \$gemfile && cat \$source\/Gemfile >> \$gemfile/' script/noosfero-plugins |
38 | 38 | - perl -pi -e 's/--local --quiet/install --jobs=3 --retry=3/' script/noosfero-plugins |
39 | 39 | - script/noosfero-plugins disableall |
40 | - - bundle exec rake makemo &>/dev/null | |
40 | + #- bundle exec rake makemo &>/dev/null | |
41 | 41 | # database |
42 | 42 | - cp config/database.yml.travis config/database.yml |
43 | 43 | - psql -c 'create database myapp_test;' -U postgres | ... | ... |