Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Sep 3, 2015
1 parent a8c8f02 commit c9f3335
Show file tree
Hide file tree
Showing 7 changed files with 18,981 additions and 54 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
before_install:
- npm install -g npm@~1.4.6
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![build status](https://secure.travis-ci.org/tmcw/happen.svg)](http://travis-ci.org/tmcw/happen)

**happen** wraps the `createEvent` DOM API to make real
event mocking in-browser palatable.

Expand Down
66 changes: 27 additions & 39 deletions package.json
@@ -1,41 +1,29 @@
{
"name": "happen",
"version": "0.1.2",
"description": "real browser events",
"main": "happen.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcw/happen.git"
},
"keywords": [
"testing",
"browser"
],
"devDependencies": {
"mocha": "~1.8",
"expect.js": "~0.2.0"
},
"testling": {
"browsers": {
"ie": [7, 8, 9, 10],
"opera": [12],
"firefox": [3.5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19],
"chrome": [20, 21, 22, 23, 24, 25],
"safari": [5.1, 6],
"iphone": [6]
},
"harness" : "mocha",
"files": [
"jquery/jquery.js",
"test/happen.js"
]
},
"author": "Tom MacWright",
"license": "BSD"
"name": "happen",
"version": "0.1.2",
"description": "real browser events",
"main": "happen.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcw/happen.git"
},
"keywords": [
"testing",
"browser"
],
"devDependencies": {
"chai": "^3.2.0",
"expect.js": "~0.3.1",
"mocha": "~2.3.0",
"mocha-phantomjs": "^3.6.0",
"phantomjs": "^1.9.7-15"
},
"author": "Tom MacWright",
"license": "BSD"
}

0 comments on commit c9f3335

Please sign in to comment.