Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4a5e204

Browse files
committed
fix CI script
1 parent 409bff8 commit 4a5e204

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ git:
1111
depth: 10
1212
submodules: false
1313

14-
before_install:
15-
- git submodule update --init
16-
1714
branches:
1815
only:
1916
- master
@@ -22,3 +19,10 @@ sudo: false
2219

2320
env:
2421
- CC=clang CXX=clang++ npm_config_clang=1
22+
23+
24+
script:
25+
- npm run prepare
26+
- npm install
27+
- npm run lint
28+
- npm run test

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ clone_depth: 10
1111
skip_tags: true
1212

1313
install:
14-
- git submodule update --init
1514
- ps: Install-Product node 6
15+
- npm run prepare
1616
- npm install
17+
- npm run lint
1718

1819
build: off
1920
test: off
2021
deploy: off
21-

0 commit comments

Comments
 (0)