-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
56 lines (54 loc) · 1.95 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
---
cache:
directories:
- "node_modules"
jobs:
include:
- os: linux
language: node_js
node_js:
- "8"
install:
- npm install
script:
- DEBUG=* npm run-script testci
- os: linux
language: node_js
node_js:
- "12"
install:
- npm install
script:
- DEBUG=* npm run-script testci
- os: osx
language: node_js
node_js:
- "12"
install:
- npm install
script:
- DEBUG=* npm run-script testci
- os: windows
language: node_js
node_js:
- "12"
install:
- npm install
script:
- DEBUG=* npm run-script testci
- language: python
python: "3.7"
if: branch = master AND type != pull_request
script:
- pip install -r docs/requirements.txt
- shopt -s expand_aliases
- |-
if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_REPO_SLUG == $GH_SLUG ]]; then
./docs/site_build.sh
fi
env:
- SITE_URL: https://o2r.info/erc-checker
- GH_USER_NAME: "Opening Reproducible Research"
- GH_USER_EMAIL: [email protected]
- GH_SLUG: o2r-project/erc-checker
- secure: "V/NaKUxFldF7rW++oJ59iioE1PylU464wbhj6HZuW7lAiIx4V/Hi+nlGIrsYNmgc2qdWYx+4fXYg2HUWIgLy9+e1PSZ1V2k4JH1yvJorAqh+HeUBUC4lw+AjKMeaxu/zUERAgqOtOs7jWGSHiDtWwHPC0M7+d5GMra93fcLe+NpIuF9+MzcGCkyij49/lXypQVUYWWBP6ONZG5TdXXVtKMwSi0yWkRfj5jERiKBc1upoxnOCX0vboPeNB2/eBqXcrYCRhnt97kzmbjtDn6yzktj6t5jcZsBtQZve5N8LABcGRbDQIxeYu8u3ghYhuOr+6j1KkuIYLnGwiC0clncGsaGtIRz9rJNsFRxK0BCmonj9+ZkYIJWPYoQtu54Q/fbAGrYlhJPQR4REexaCcP0ltSpykP2Qv/2rlvrRVxTPDrig6YU8ChiMZYydgPyRLSFPd5Je8CYwIS24p4+WizX0AR/Lpx4ZVypoQeycRHH+/BNuh4BlzgVu1Rd3SzwAifu75f35ajN9nyPYqD/GNsSG20LVFtemR4EJjsUzKqgpUKRDe53qH4ztkjecmYfMGLT6Qw/BCXp0dOH5PnV95/NLDwh2Oc8OP3//zykyYJITg+CHE/OW+/PTMG/3DHHbXqDoRo1rwqoK2qdJOuFIeFgr6yeFfgrREehJZL5xsuleyGM="