Fix Travis CI config in template README.md (#910)

This commit is contained in:
Michael Scholtz
2016-10-17 21:51:22 +02:00
committed by Ville Immonen
parent 1ef6ea5292
commit e4e86cd5d3

View File

@@ -802,8 +802,8 @@ node_js:
- 6
cache:
directories:
- node_modules
script
- node_modules
script:
- npm test
```
1. Trigger your first build with a git push.