-
Notifications
You must be signed in to change notification settings - Fork 30
/
.travis.yml
60 lines (55 loc) · 1.04 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
57
58
59
60
# node_js:
# - "10"
branches:
only:
- /.*/
env:
- NODEJS_VERSION=10
- NODEJS_VERSION=11
os:
- linux
# - osx
git:
depth: 5
matrix:
fast_finish: true
include:
# - language: python
# python: 3.6
# dist: xenial
# before_cache:
# cache:
# before_install:
# script: |
# bash .ci/code_security_audit.sh
- os: linux
dist: xenial
sudo: required
- os: linux
dist: xenial
sudo: required
script: |
bash .ci/ci_check_gm.sh
- os: osx
osx_image: xcode11.4
addons:
apt:
packages:
- libssl-dev
- openssl
update: true
homebrew:
packages:
- openssl
update: true
before_install:
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
install:
- nvm install $NODEJS_VERSION
- nvm use $NODEJS_VERSION
- npm install
- npm run bootstrap
script: |
bash .ci/ci_check.sh
after_success:
after_failure: