Skip to content

Commit

Permalink
travis ci integration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Feb 10, 2013
1 parent ad76281 commit c43969c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
1 change: 1 addition & 0 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ module.exports = function(grunt) {

// Default task.
grunt.registerTask('default', 'continuous watch');
grunt.registerTask('travis', 'lint jasmine');
grunt.registerTask('continuous', 'lint jasmine replace');
};
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "Transit",
"version": "0.0.1",
"description": "Library to Bridge between JavaScript and iOS, OSX, Android",
"contributors": [
{"name": "Heiko Behrens"},
{"name": "Marcel Jackwerth"}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "statify -d dist"
"test": "grunt travis --verbose",
"start": "echo \"Error: nothing to start\" && exit 1"
},
"repository": {
"type": "git",
Expand All @@ -13,5 +17,8 @@
"dependencies": {
"grunt-jasmine-task": "0.2.3",
"grunt-text-replace": "0.2.10"
},
"devDependencies": {
"grunt": "~0.3.17"
}
}

0 comments on commit c43969c

Please sign in to comment.