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

Commit d5cc051

Browse files
committed
Debug log
1 parent 5008a12 commit d5cc051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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 $GOOGLE_ANALYTICS_ID > .env.production.local
7+
- npm run build
8+
- npm run lint
9+
- cat ./dist/js/app.61ff118b.js
1010

1111
after_success:
1212
- |

0 commit comments

Comments
 (0)