diff --git a/.travis.yml b/.travis.yml index b83c291c..f58b6d5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ notifications: before_script: - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' - psql -c 'create database test;' -U postgres + - gem install sass - make deps - make install