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

GOOGLE_ANALYTICS_IDがちゃんと入ってないのを直す #152

Merged
merged 6 commits into from
Apr 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: node_js
node_js:
- 'stable'

before_install:
- echo $GOOGLE_ANALYTICS_ID > .env.production.local

script:
- npm run build && npm run lint
- echo VUE_APP_GOOGLE_ANALYTICS_ID=$GOOGLE_ANALYTICS_ID > .env.production.local
- npm run build
- npm run lint

after_success:
- |
Expand Down