Merge pull request #3090 from Raven24/ci-stuff
css should be delivered by asset pipeline for travis(?)
This commit is contained in:
commit
eee5a89382
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ echo "Start Xvfb"
|
||||||
sh -e /etc/init.d/xvfb start
|
sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
# Regenerate css files
|
# Regenerate css files
|
||||||
echo "Regenerating CSS files"
|
#echo "Regenerating CSS files"
|
||||||
bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
|
#bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
|
||||||
|
|
||||||
# Create a database.yml for the right database
|
# Create a database.yml for the right database
|
||||||
echo "Setting up database.yml for $DB"
|
echo "Setting up database.yml for $DB"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue