Skip to content

Commit

Permalink
updating version of node for travis ci, working with gitignore, added…
Browse files Browse the repository at this point in the history
… sequelize and database dependencies to package.json
  • Loading branch information
jpotts18 committed Dec 18, 2013
1 parent 64474d2 commit 55518f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Github Node Default

lib-cov
*.seed
*.log
Expand All @@ -11,7 +13,14 @@ pids
logs
results

test/coverage/*

npm-debug.log
node_modules

# From Mean Stack

.DS_Store
.nodemonignore
.sass-cache/
node_modules/
public/lib
test/coverage/
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
env:
- NODE_ENV=travis
services:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"dependencies": {
"express": "latest",
"jade": "latest",
"mongoose": "latest",
"sequelize": "latest",
"mysql":"latest",
"pg":"latest",
"sqlite3":"latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"crypto": "latest",
Expand Down

0 comments on commit 55518f5

Please sign in to comment.