Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 6f5a8dd

Browse files
committed
Fix env name
1 parent fb1ecf4 commit 6f5a8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- 'stable'
44

55
script:
6-
- echo GOOGLE_ANALYTICS_ID=$GOOGLE_ANALYTICS_ID > .env.production.local
6+
- echo VUE_APP_GOOGLE_ANALYTICS_ID=$GOOGLE_ANALYTICS_ID > .env.production.local
77
- npm run build
88
- npm run lint
99
- cat ./dist/js/app.61ff118b.js

0 commit comments

Comments
 (0)