Skip to content

Commit

Permalink
attempting to use the latest stable node in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Mar 16, 2016
1 parent b5ca400 commit 7b6f200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
sudo: false
node_js:
- '0.10'
- 'node'
before_script:
- npm install -g grunt-cli
deploy:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
Expand Down

0 comments on commit 7b6f200

Please sign in to comment.