Skip to content

Commit 932e1ff

Browse files
committed
fixing travis ci
1 parent 50cb9b4 commit 932e1ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
22
node_js: "0.10"
3-
script: "grunt"
3+
before_script: ""npm install -g grunt-cli"
4+
script: "grunt travis"

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ module.exports = function (grunt) {
4545

4646
// By default, lint and run all tests.
4747
grunt.registerTask("default", ["jsbeautifier", "jshint", "intern"]);
48+
grunt.registerTask("travis", ["jshint", "intern"]);
49+
4850

4951
};

0 commit comments

Comments
 (0)