From 0a0614c2b0d9479058543289107391edf540aa19 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 15 Aug 2018 18:16:19 -0700 Subject: [PATCH] travis sass --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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