Skip to content

Commit

Permalink
Add gitignore and travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Reimler committed Jul 2, 2015
1 parent e7e697b commit 32d79cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store*
~*
node_modules
*.log
.idea
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.10
before_script:
- npm install -g grunt-cli
notifications:
on_success: never
on_failure: always

0 comments on commit 32d79cc

Please sign in to comment.