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

Commit 3d82927

Browse files
committed
Fix .env.production.local
1 parent d5cc051 commit 3d82927

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 > .env.production.local
6+
- echo 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)