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

Commit 85cb6e7

Browse files
authored
Merge pull request #152 from ProgrammingLab/gedorinku/fix_google_analytics_id
GOOGLE_ANALYTICS_IDがちゃんと入ってないのを直す
2 parents 5008a12 + a6369a7 commit 85cb6e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ language: node_js
22
node_js:
33
- 'stable'
44

5-
before_install:
6-
- echo $GOOGLE_ANALYTICS_ID > .env.production.local
7-
85
script:
9-
- npm run build && npm run lint
6+
- echo VUE_APP_GOOGLE_ANALYTICS_ID=$GOOGLE_ANALYTICS_ID > .env.production.local
7+
- npm run build
8+
- npm run lint
109

1110
after_success:
1211
- |

0 commit comments

Comments
 (0)