Skip to content

Commit

Permalink
Merge pull request #23 from agnivade/travis
Browse files Browse the repository at this point in the history
Added travis setup
  • Loading branch information
gabrielstuff authored Oct 11, 2017
2 parents 6f95cd9 + a07ab79 commit 1cae9ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: false
language: node_js

node_js:
- "6"
- "7"
- "8"
- "stable"

script:
- npm run lint
- npm run build

cache:
directories:
- node_modules

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idle-vue
idle-vue [![Build Status](https://travis-ci.org/soixantecircuits/idle-vue.svg?branch=master)](https://travis-ci.org/soixantecircuits/idle-vue)
========

`idle-vue` is a [Vue.js](http://vuejs.org/) plug-in, that detects when the user hasn't interacted with your app for a while. `idle-vue` is meant to be used with Vue, [Vuex](https://github.com/vuejs/vuex) and either [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/).
Expand Down

0 comments on commit 1cae9ac

Please sign in to comment.