Skip to content

Commit daf5f22

Browse files
chore(ci): speed up the linting and deployment (#340)
1 parent dd31b5c commit daf5f22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ node_js: lts/*
44
services:
55
- docker
66

7-
before_install:
8-
- docker-compose up -d
9-
107
stages:
118
- Lint & Tests
129
- Build & Publish
@@ -19,6 +16,7 @@ jobs:
1916
- script: yarn lint
2017
name: Lint JavaScript
2118
- script: yarn test
19+
before_install: docker-compose up -d
2220
name: Tests
2321
- stage: Build & Publish
2422
if: branch = master AND type != pull_request

0 commit comments

Comments
 (0)