Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
addressing missing newlines and node 0.12 version for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jul 4, 2015
1 parent 2be8f71 commit d5b22e3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ indent_style = tab

# Standard at:
[Makefile]
indent_style = tab
indent_style = tab
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ config/env/local.js
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
node_modules/
public/lib/
app/tests/coverage/
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
env:
- NODE_ENV=travis
services:
Expand Down
2 changes: 1 addition & 1 deletion modules/core/client/views/header.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
</li>
</ul>
</nav>
</div>
</div>
2 changes: 1 addition & 1 deletion modules/core/server/views/layout.server.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
{% endif %}
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion modules/users/server/config/users.server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ module.exports = function(app, db) {
// Add passport's middleware
app.use(passport.initialize());
app.use(passport.session());
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
}
}
}
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ mongoose.connect(function (db) {
console.log(chalk.green('HTTPs:\t\t\t\ton'));
}
console.log('--');
});
});

0 comments on commit d5b22e3

Please sign in to comment.