Skip to content

Commit

Permalink
change travis to only lint rather than full test (until tests are fin…
Browse files Browse the repository at this point in the history
…ished and documented)
  • Loading branch information
liabru committed Dec 5, 2015
1 parent c3129b8 commit ce478cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"yuidocjs": "^0.9.0"
},
"scripts": {
"test": "gulp build:dev && gulp build:examples && gulp test"
"test": "gulp build:dev && gulp build:examples && gulp lint"
},
"dependencies": {}
}

0 comments on commit ce478cb

Please sign in to comment.