Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Dec 12, 2015
1 parent 1eb37d7 commit f675104
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "1.0"
- "2.0"
- "4.0"

before_script:
coffee -c -o ./lib ./src
coffee -c -o ./lib ./src
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ sim(document.body).do ->

### Server-side Usage

**IMPORTANT: Requires Node.js 4.0+**

```coffeescript
sim = require 'simdom'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mocha": "^2.1.0"
},
"engines": {
"node": ">=0.10"
"node": ">=4.00"
},
"scripts": {
"prepublish": "coffee -c -o ./lib ./src",
Expand Down

0 comments on commit f675104

Please sign in to comment.