Skip to content

Commit

Permalink
Properly add TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielboliveira committed Mar 28, 2018
1 parent da7f157 commit a713eef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ node_js:
cache:
yarn: true
directories:
- "node_modules"
- node_modules
script:
- yarn dev
- yarn lint
- yarn dev
- yarn lint
notifications:
slack:
on_success: change
secure: Rl5nJT1VJNUvmyJR+f4CIEjHJsSpmJtBoqIH4OphTu4funivsdtyDTzL5LuaWR41f0T/cA9oWJavmiE5TKNCnSNAd1XB1tpptaIzKiTPOUd6o6EO4KJmyi6vnTAcXQPUhovgY6uu+UN3HDgc8tokFUhC/kslrlYWBqfHGBq9/6S1T+8diFGQ1xcxkoACUHyx3P+IxEeRVV04oynMyYZfKOBHR2W7a6f/+rGcJBk7fs9XdTXcT5S/RQvsLWRt6Cx2XOEPaUczXi7kGQ/OUJwNbw1TkIWgIGEKnsVMYtmpXaRWTpzwhy5EssuftOFxqNJqMYDI4VuJG+tvwPevbJ7x1IBReJ8RvcfasvRkM2pEEhY+stjd0ayj+FAnDSaruKPA4dfuHjRd4c1kXShvjwGe5AZU8jqPTX6WX/lbM4eAW+h2kqUAFbYYcu0/xkRAFI2b/rqckIh8EMfsIO2cEtDyAlahibvF153QvbEv53b49pjL1cacLC2g4gclOJne2a1RaIhmuNt9XZ5Dxna8bJXcE1Z36+VqiSjsZbeEFxbZ7KnK9wG8YEq9CLYC/JBJJAWVOCHKVeRpkOWcLqq397PsPo01rvTqiXvOOfHlJryWEGrBbFTylsq8A2qa1Ac7kBKdBXHx2q7DHcReyu5WF9jM+LXazqm1Xw53OWqGiI32p+M=
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# inactivejs

[![Build Status](https://travis-ci.org/fireworkweb/inactivejs.svg?branch=develop)](https://travis-ci.org/fireworkweb/inactivejs)

Detect when a user is idle. No dependencies, small footprint (2.35kb). Inspired by [Idle.js](https://github.com/shawnmclean/Idle.js)

## Usage
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
},
"author": "Firework Web & Mobile",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fireworkweb/inactivejs.git"
},
"bugs": {
"url": "https://github.com/fireworkweb/inactivejs/issues"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
Expand Down

0 comments on commit a713eef

Please sign in to comment.