From b5c64956627920381415f49b8233c15e9e5e1b6e Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 27 Jan 2016 16:30:19 -0600 Subject: [PATCH] Fix travis bugs --- .travis.yml | 2 +- source/stylesheets/print.css.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3280d94..1d0e8c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: ruby rvm: - - 1.9.3 - 2.0.0 + - 2.1.0 cache: bundler diff --git a/source/stylesheets/print.css.scss b/source/stylesheets/print.css.scss index b328d05..adf8b66 100644 --- a/source/stylesheets/print.css.scss +++ b/source/stylesheets/print.css.scss @@ -1,6 +1,5 @@ @charset "utf-8"; @import 'normalize'; -@import 'compass'; @import 'variables'; @import 'icon-font';