Skip to content

Commit

Permalink
Start building on node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyms committed Aug 14, 2015
1 parent c91893c commit 5cebba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
before_script:
- npm install --quiet -g grunt-cli karma codeclimate-test-reporter
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,6 +59,6 @@
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
}
}

0 comments on commit 5cebba2

Please sign in to comment.