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

Commit efbc8f8

Browse files
committed
added: npm run lint before install in travis
1 parent c4f92b0 commit efbc8f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77

88
before_install:
99
- cp .env.travis .env
10+
- npm run lint
1011

1112
install:
1213
- docker-compose up -d --build prod

0 commit comments

Comments
 (0)