forked from mpgp/Mpgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (37 loc) · 995 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
sudo: required
language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
branches:
only:
- master
- /^greenkeeper/.*$/
env:
global:
- BRANCH=$TRAVIS_BRANCH
- GITHUB_REPO_OWNER=mpgp
- GITHUB_REPO_NAME=Mpgp
- GITLAB_REPO_OWNER=mpgp
- GITLAB_REPO_NAME=Mpgp
- DOCKER_IMAGE_OWNER=mpgp129
- DOCKER_IMAGE_NAME_WEB=mpgpweb
- DOCKER_IMAGE_NAME_DB=mpgpdb
before_install:
- bash scripts/bash/bash_runner.sh scripts/bash/ci/1_before_install.sh
install:
- bash scripts/bash/bash_runner.sh scripts/bash/ci/2_install.sh
before_script:
- bash scripts/bash/bash_runner.sh scripts/bash/ci/3_before_script.sh
script:
- bash scripts/bash/bash_runner.sh scripts/bash/ci/4_script.sh
deploy:
- on:
branch: "master"
provider: script
skip_cleanup: true
script:
- bash scripts/bash/bash_runner.sh scripts/bash/ci/5_deploy.sh