Skip to content

Commit 1a65b2d

Browse files
chore(ci): speed up the linting and deployment (#434)
1 parent 33f551b commit 1a65b2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ env:
77
services:
88
- docker
99

10-
before_install:
11-
- docker-compose up -d
12-
1310
stages:
1411
- Lint & Tests
1512
- Build & Publish
@@ -22,6 +19,7 @@ jobs:
2219
- script: yarn lint
2320
name: Lint JavaScript
2421
- script: sleep 20; yarn test --forceExit
22+
before_install: docker-compose up -d
2523
name: Tests
2624
- stage: Build & Publish
2725
if: branch = master AND type != pull_request

0 commit comments

Comments
 (0)