From 6a590d1362b6c0355fa1f2b0bd424dd64aaad21d Mon Sep 17 00:00:00 2001 From: Al Joslin Date: Wed, 3 Jun 2020 15:37:12 -0400 Subject: [PATCH] more adjustments for travis --- .travis.yml | 2 +- src/environments/environment.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9519825..7ab7068 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ before_script: - npm install -g @angular/cli script: - ng lint - - ng test --watch=false --browsers=ChromeHeadless --code-coverage --prod + - ng test --watch=false --browsers=ChromeHeadless --code-coverage - npm run coveralls - ng build --prod --base-href https://ajoslin103.github.io/ diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 5d29bca..76c512e 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,8 @@ export const environment = { production: false, - contactListUrl: 'http://localhost:3000/contacts', + contactListUrl: 'http://demo5838836.mockable.io/contact', + fallbackListUrl: 'http://localhost:3000/contacts', }; /*