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

Commit 8707124

Browse files
committed
Fix debug log
1 parent 6f5a8dd commit 8707124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ script:
66
- echo VUE_APP_GOOGLE_ANALYTICS_ID=$GOOGLE_ANALYTICS_ID > .env.production.local
77
- npm run build
88
- npm run lint
9-
- cat ./dist/js/app.61ff118b.js
10-
- cat .env.production.local
9+
- cat ./dist/js/app.4ddb6ab3.js
1110

1211
after_success:
1312
- |

0 commit comments

Comments
 (0)