We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f551b commit 1a65b2dCopy full SHA for 1a65b2d
1 file changed
.travis.yml
@@ -7,9 +7,6 @@ env:
7
services:
8
- docker
9
10
-before_install:
11
- - docker-compose up -d
12
-
13
stages:
14
- Lint & Tests
15
- Build & Publish
@@ -22,6 +19,7 @@ jobs:
22
19
- script: yarn lint
23
20
name: Lint JavaScript
24
21
- script: sleep 20; yarn test --forceExit
+ before_install: docker-compose up -d
25
name: Tests
26
- stage: Build & Publish
27
if: branch = master AND type != pull_request
0 commit comments