Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
chore(build): run build with more recent version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Aug 7, 2016
1 parent 7f3f2a2 commit c9f3e6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo: false
language: node_js

node_js:
- '0.10.33'
- '5.0.0'

env:
global:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,5 @@
"start-local-dev": "(. test/dev/handlers/s3keys.sh; php -S 0.0.0.0:9090 -t . -c test/dev/handlers/php.ini)",
"test": "make lint && make test",
"update-dev": "(cd test/dev/handlers; php composer.phar update)"
},
"engines" : {
"node" : "0.10.33"
}
}

0 comments on commit c9f3e6e

Please sign in to comment.