Skip to content

Commit 55b9224

Browse files
devversionandrewseguin
authored andcommitted
chore: run travis with Node LTS version (#2786)
* 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`.
1 parent ffa622a commit 55b9224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
sudo: false
33

44
node_js:
5-
- '6.9.1'
5+
- '6.9.4'
66

77
branches:
88
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "material2",
2+
"name": "material2-srcs",
33
"description": "Material Design components for Angular 2",
44
"homepage": "https://github.com/angular/material2",
55
"bugs": "https://github.com/angular/material2/issues",

0 commit comments

Comments
 (0)