UNPKG
haccessed
Version:
latest (1.0.1)
1.0.1
1.0.0
Snoop on your objects and see what they're up to
haccessed
/
.travis.yml
18 lines
(12 loc)
•
243 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language:
node_js
# https://github.com/nodejs/LTS
node_js:
-
'6'
git:
depth:
5
cache:
yarn
before_install:
-
npm
config
set
spin
false
--global
script:
-
npm
run
lint
&&
npm
test
--
--coverage
-
coveralls
<
./coverage/lcov.info