Skip to content

Commit c894047

Browse files
committed
ci: disable analytics before install
1 parent ee73f45 commit c894047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: node_js
33
node_js:
44
- '12'
55

6-
script:
7-
- npx @angular/cli analytics off
8-
- npm test
6+
before_install: npx @angular/cli analytics off
7+
8+
script: npm test
99

1010
notifications:
1111
email: false

0 commit comments

Comments
 (0)