Skip to content

Commit

Permalink
Merge pull request #62 from yungsters/jest
Browse files Browse the repository at this point in the history
Upgrade to Jest v0.5
  • Loading branch information
fkling committed Oct 21, 2015
2 parents 43c6416 + 1f05856 commit 2eeafb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
language: node_js
node_js:
- "0.10"
- '4'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"babel": "^5.6.14",
"babel-jest": "^5.3.0",
"jest-cli": "^0.4.0",
"jest-cli": "^0.5.10",
"temp": "^0.8.1"
},
"jest": {
Expand Down

0 comments on commit 2eeafb3

Please sign in to comment.