Skip to content

Commit

Permalink
more adjustments for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin103 committed Jun 3, 2020
1 parent 2584d89 commit 6a590d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 2 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

/*
Expand Down

0 comments on commit 6a590d1

Please sign in to comment.