Skip to content

Commit e7e26ee

Browse files
committed
update ymls
1 parent c354795 commit e7e26ee

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: .gitpod.dockerfile
33
tasks:
44
- init: echo no | npm install
5-
command: ng serve --port 8000
5+
command: ng serve --port 8000 --disable-host-check
66
ports:
77
- port: 8000
88
onOpen: open-preview

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ sudo: false
33
language: node_js
44
node_js:
55
- 10.16.0
6-
addons:
7-
apt:
8-
sources:
9-
- google-chrome
10-
packages:
11-
- google-chrome-stable
126
cache:
137
directories:
148
- $HOME/.npm
@@ -21,4 +15,4 @@ install:
2115
- npm install
2216
- npm ci
2317
script:
24-
- npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox
18+
- npm run build

0 commit comments

Comments
 (0)