Skip to content

Commit

Permalink
Freeze node version at v6.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
starsirius committed Jan 11, 2017
1 parent 4b06e57 commit 9bd3821
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,6 +1,6 @@
language: node_js
node_js:
- "stable"
- "6"

before_install:
- rvm install 2.2
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "day-schedule-selector",
"version": "0.1.0",
"engine": { "node": "6.9.4" },
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
Expand Down

0 comments on commit 9bd3821

Please sign in to comment.