Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9949ccd

Browse files
daviddiasdryajov
authored andcommitted
chore: update CI configs
1 parent 8a2bfdb commit 9949ccd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ language: node_js
33

44
matrix:
55
include:
6-
- node_js: 6
7-
env: CXX=g++-4.8
86
- node_js: 8
97
env: CXX=g++-4.8
108

119
script:
12-
- npm run lint
1310
- npm run test
14-
- make test
1511

1612
before_script:
1713
- export DISPLAY=:99.0

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ machine:
44
version: stable
55

66
test:
7+
pre:
8+
- npm run lint
79
post:
10+
- make test
811
- npm run coverage -- --upload --providers coveralls
912

1013
dependencies:

0 commit comments

Comments
 (0)