Skip to content

Commit

Permalink
Added Travis CI IRC notification and added .npm-debug.log to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwren committed Apr 10, 2013
1 parent 3dda597 commit 7dc2f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*#
node_modules
npm-debug.log
ssl
.DS_STORE
*~
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ services:
- mysql

before_script:
- mysql -e 'create database waterline;'
- mysql -e "create database waterline;"

notifications:
irc: "irc.freenode.org#sailsjs"

0 comments on commit 7dc2f52

Please sign in to comment.