Skip to content

Commit

Permalink
fix(.travis.yml): Fix node version for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Nov 1, 2017
1 parent 29183f5 commit 230b664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifications:
email: false

node_js:
- '7'
- "8"

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"reflect-metadata": "0.1.10",
"rimraf": "2.6.2",
"rxjs": "5.5.2",
"semantic-release": "8.2.0",
"semantic-release": "^8.2.0",
"source-map-loader": "0.2.3",
"ts-helpers": "1.1.2",
"tslint": "5.8.0",
Expand Down

0 comments on commit 230b664

Please sign in to comment.