Skip to content

Commit

Permalink
Revert "TravisCI integration."
Browse files Browse the repository at this point in the history
This reverts commit fcd3898.

As described in cowboy/grunt#219, grunt's phantomjs bootstrap often causes a
timeout (in v0.3.x).  This is fixed in the development branch of grunt so we
can revisit travis integration after the next release.
  • Loading branch information
braddunbar committed Sep 17, 2012
1 parent 8ea7d9a commit 07b88ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
raw
*.sw?
.DS_Store
node_modules
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions grunt.js

This file was deleted.

24 changes: 9 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"name" : "backbone",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url" : "http://backbonejs.org",
"keywords" : ["util", "functional", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
"dependencies" : {
"underscore": ">=1.3.3"
"name" : "backbone",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url" : "http://backbonejs.org",
"keywords" : ["util", "functional", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
"dependencies" : {
"underscore" : ">=1.3.1"
},
"devDependencies": {
"grunt": "~0.3.15"
},
"scripts" : {
"test": "./node_modules/grunt/bin/grunt"
},
"main" : "backbone.js",
"version" : "0.9.2"
"main" : "backbone.js",
"version" : "0.9.2"
}

0 comments on commit 07b88ef

Please sign in to comment.