Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #762 from lirantal/feature/grunt_fail_on_failures
Browse files Browse the repository at this point in the history
Grunt - fail the build if a task fails
  • Loading branch information
lirantal committed Aug 6, 2015
2 parents 232883b + dd254e1 commit 1e51e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ env:
- NODE_ENV=travis
services:
- mongodb
before_install:
- gem update --system
- gem install sass --version "=3.3.7"
3 changes: 0 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e51e06

Please sign in to comment.