Skip to content

Commit a713eef

Browse files
Properly add TravisCI
1 parent da7f157 commit a713eef

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ node_js:
66
cache:
77
yarn: true
88
directories:
9-
- "node_modules"
9+
- node_modules
1010
script:
11-
- yarn dev
12-
- yarn lint
11+
- yarn dev
12+
- yarn lint
1313
notifications:
1414
slack:
1515
on_success: change
16+
secure: Rl5nJT1VJNUvmyJR+f4CIEjHJsSpmJtBoqIH4OphTu4funivsdtyDTzL5LuaWR41f0T/cA9oWJavmiE5TKNCnSNAd1XB1tpptaIzKiTPOUd6o6EO4KJmyi6vnTAcXQPUhovgY6uu+UN3HDgc8tokFUhC/kslrlYWBqfHGBq9/6S1T+8diFGQ1xcxkoACUHyx3P+IxEeRVV04oynMyYZfKOBHR2W7a6f/+rGcJBk7fs9XdTXcT5S/RQvsLWRt6Cx2XOEPaUczXi7kGQ/OUJwNbw1TkIWgIGEKnsVMYtmpXaRWTpzwhy5EssuftOFxqNJqMYDI4VuJG+tvwPevbJ7x1IBReJ8RvcfasvRkM2pEEhY+stjd0ayj+FAnDSaruKPA4dfuHjRd4c1kXShvjwGe5AZU8jqPTX6WX/lbM4eAW+h2kqUAFbYYcu0/xkRAFI2b/rqckIh8EMfsIO2cEtDyAlahibvF153QvbEv53b49pjL1cacLC2g4gclOJne2a1RaIhmuNt9XZ5Dxna8bJXcE1Z36+VqiSjsZbeEFxbZ7KnK9wG8YEq9CLYC/JBJJAWVOCHKVeRpkOWcLqq397PsPo01rvTqiXvOOfHlJryWEGrBbFTylsq8A2qa1Ac7kBKdBXHx2q7DHcReyu5WF9jM+LXazqm1Xw53OWqGiI32p+M=

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# inactivejs
22

3+
[![Build Status](https://travis-ci.org/fireworkweb/inactivejs.svg?branch=develop)](https://travis-ci.org/fireworkweb/inactivejs)
4+
35
Detect when a user is idle. No dependencies, small footprint (2.35kb). Inspired by [Idle.js](https://github.com/shawnmclean/Idle.js)
46

57
## Usage

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
},
1818
"author": "Firework Web & Mobile",
1919
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/fireworkweb/inactivejs.git"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/fireworkweb/inactivejs/issues"
26+
},
2027
"devDependencies": {
2128
"babel-preset-env": "^1.6.1",
2229
"eslint": "^4.19.1",

0 commit comments

Comments
 (0)