Skip to content

Commit

Permalink
updating node versions. postcss fails on travis-ci because of our old…
Browse files Browse the repository at this point in the history
… version of node.
  • Loading branch information
tmcgee committed Apr 5, 2016
1 parent 4eaebbf commit 991234e
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,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '5'
sudo: false
before_install: npm install -g grunt-cli
before_script: grunt build --verbose
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"grunt-contrib-compress": "1.2.x",
"proxypage": "*"
},
"engine": "node >= 0.12"
"engine": "node >= 4"
}

0 comments on commit 991234e

Please sign in to comment.