From 55b92248932b9e0c586f689afe60910cbbcbf519 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 24 Jan 2017 23:16:37 +0100 Subject: [PATCH] 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`. --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb1bf2998bdb..5d3e851f7b2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js sudo: false node_js: - - '6.9.1' + - '6.9.4' branches: only: diff --git a/package.json b/package.json index 38c4e622ba81..640d01e956d7 100644 --- a/package.json +++ b/package.json @@ -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",