Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Updating dependencies and CI test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffranklin committed Aug 28, 2014
1 parent 7ddc37e commit a8c6c7e
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,7 +1,7 @@
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.11'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-tumblr-theme' ]; then cd .. && eval "mv $currentfolder generator-tumblr-theme" && cd generator-tumblr-theme; fi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
"npm": ">=1.2.14"
},
"licenses": [
{
Expand Down

0 comments on commit a8c6c7e

Please sign in to comment.