UNPKG
on-idle
Version:
latest (3.1.4)
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.1.0
1.0.1
1.0.0
Detect when the browser is idle
github.com/choojs/on-idle
choojs/on-idle
on-idle
/
.travis.yml
10 lines
(9 loc)
•
153 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
node_js:
-
"4"
-
"5"
-
"6"
-
"7"
sudo:
false
language:
node_js
script:
"npm run test"
# after_success:
"npm i -g codecov && npm run coverage && codecov"