Skip to content

Commit

Permalink
dump grunt-jest and bump to stable node
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Apr 17, 2016
1 parent 0fce149 commit a91b5e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js

sudo: false

node_js: stable

after_success: npm run deploy

env:
Expand Down
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,13 @@ module.exports = function(grunt) {
});
});

grunt.registerTask('jest', 'Run tests with Jest.', function () {
require('jest-cli').runCLI(this.options(), process.cwd(), this.async());
});

grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-jest');
grunt.loadNpmTasks('grunt-release');

grunt.registerTask('lint', 'Lint all source javascript', ['jshint']);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-jest": "^0.2.0",
"grunt-release": "0.13.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
Expand Down

0 comments on commit a91b5e7

Please sign in to comment.