Skip to content

Commit

Permalink
Add .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef Kababe committed Oct 18, 2015
1 parent 4192a4f commit ce71b5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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:
- stable
- 4.2.1
notifications:
email:
on_success: always
on_failure: always
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app.listen(3000);

Your **views/** directory will contain four types of files: Layouts, Templates, Partials, and Helpers.

If your **views/** directory is somewhere other than ther root of your application folder, you need to specify it like this:
If your **views/** directory is somewhere other than the root of your application folder, you need to specify it like this:

```javascript
app.engine('hbs', exbars({defaultLayout: 'main', viewsPath: 'app/views'}));
Expand Down

0 comments on commit ce71b5a

Please sign in to comment.