Skip to content

Commit

Permalink
chore: run travis with Node LTS version (#2786)
Browse files Browse the repository at this point in the history
* Switches Travis CI to the NodeJS LTS release. `6.9.4`.
* Changes the package.json name for the sources to be similar as in `angular/angular`.
  • Loading branch information
devversion authored and andrewseguin committed Jan 24, 2017
1 parent ffa622a commit 55b9224
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
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: false

node_js:
- '6.9.1'
- '6.9.4'

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "material2",
"name": "material2-srcs",
"description": "Material Design components for Angular 2",
"homepage": "https://github.com/angular/material2",
"bugs": "https://github.com/angular/material2/issues",
Expand Down

0 comments on commit 55b9224

Please sign in to comment.