diff --git a/.travis.yml b/.travis.yml index eef75fbf97..6a739b843d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ env: - NODE_ENV=travis services: - mongodb +before_install: + - gem update --system + - gem install sass --version "=3.3.7" diff --git a/gruntfile.js b/gruntfile.js index 39dfceee6e..112bb3d118 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -207,9 +207,6 @@ module.exports = function (grunt) { // Load NPM tasks require('load-grunt-tasks')(grunt); - // Making grunt default to force in order not to break the project. - grunt.option('force', true); - // Make sure upload directory exists grunt.task.registerTask('mkdir:upload', 'Task that makes sure upload directory exists.', function () { // Get the callback