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

Commit 8f9cc2b

Browse files
committed
fix CI script
1 parent 409bff8 commit 8f9cc2b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.travis.yml

Lines changed: 8 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,11 @@ sudo: false
2219

2320
env:
2421
- CC=clang CXX=clang++ npm_config_clang=1
22+
23+
install:
24+
- npm run prepare
25+
- npm install
26+
27+
script:
28+
- npm run lint
29+
- 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)