Merge pull request #3090 from Raven24/ci-stuff

css should be delivered by asset pipeline for travis(?)
This commit is contained in:
Maxwell Salzberg 2012-04-02 17:40:59 -07:00
commit eee5a89382

View file

@ -9,8 +9,8 @@ echo "Start Xvfb"
sh -e /etc/init.d/xvfb start
# Regenerate css files
echo "Regenerating CSS files"
bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
#echo "Regenerating CSS files"
#bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
# Create a database.yml for the right database
echo "Setting up database.yml for $DB"