Skip to content

Commit

Permalink
using testling-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 12, 2012
1 parent 4dabaf5 commit 9f11918
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
"scripts" : {
"test" : "tap test/*.js"
},
"testling" : {
"files" : "test/*.js",
"browsers" : {
"ie" : [ 6, 7, 8, 9 ],
"ff" : [ 3.5, 10, 15.0 ],
"chrome" : [ 10, 22 ],
"safari" : [ 5.1 ],
"opera" : [ 12 ]
}
},
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/defined.git"
Expand Down
2 changes: 2 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

return the first argument that is `!== undefined`

[![browser support](http://ci.testling.com/substack/defined.png)](http://ci.testling.com/substack/defined)

[![build status](https://secure.travis-ci.org/substack/defined.png)](http://travis-ci.org/substack/defined)

Most of the time when I chain together `||`s, I actually just want the first
Expand Down

0 comments on commit 9f11918

Please sign in to comment.