Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 6dc601c

Browse files
committed
fix: updated travis
1 parent 90e3959 commit 6dc601c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ before_install:
1414
install:
1515
- npm i -g lsc codecov
1616
- npm install
17-
- npm run build
17+
- ng build
1818
script:
19-
- npm run lint
19+
- ng lint
2020
- xvfb-run npm run coverage
2121
- codecov
2222
cache:

0 commit comments

Comments
 (0)