Skip to content

Commit

Permalink
Added travis testing
Browse files Browse the repository at this point in the history
Only checks for linting at the moment. I should really write tests...
  • Loading branch information
timolins committed Nov 15, 2016
1 parent 954f84c commit 500817c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"language": "node_js",
"node_js": "node"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> Layout presets for [Hyper.app](https://hyper.is)

[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Build Status](https://travis-ci.org/timolins/hyperlayout.svg?branch=master)](https://travis-ci.org/timolins/hyperlayout) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)


# Install
Expand Down
3 changes: 2 additions & 1 deletion bin/hyperlayout
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const isPluginInstalled = () => {
const pluginArray = plugins.concat(localPlugins)
return pluginArray.includes('hyperlayout')
} catch (err) {
console.log(err)
debug(err)
return false
}
}

Expand Down

0 comments on commit 500817c

Please sign in to comment.