Skip to content

Commit

Permalink
chore(travis): build with latest stable Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed Oct 23, 2015
1 parent fe129fb commit ec88f10
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:
- 'iojs'
- 'stable'
- '0.10'
- '0.12'
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "oxr-to-linear-presets",
"version": "0.0.0",
"description": "Transform open exchange rates API response to linear presets format.",
"description": "Transform open exchange rates API response to linear presets format",
"main": "src/oxr-to-linear-presets.js",
"scripts": {
"test": "gulp test"
Expand Down

0 comments on commit ec88f10

Please sign in to comment.