We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76df71d commit 4143232Copy full SHA for 4143232
.travis.yml
@@ -7,4 +7,5 @@ before_install:
7
- cp .env.example .env
8
- cp keys/public.pem.example keys/public.pem
9
- cp keys/private.pem.example keys/private.pem
10
- - cp tests/.env.test.example tests/.env.test
+ - cp tests/.env.test.example tests/.env.test
11
+ - docker-compose up -d
0 commit comments