Skip to content

Commit

Permalink
fixed travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dinodsaurus committed Feb 18, 2016
1 parent 45e6dc6 commit 99dc6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chapter/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ module.exports = {
'git:\n' +
' depth: 3\n' +
'before_script:\n' +
' – npm i nodeschool-chapter -g\n' +
'script: nodeschool-chapter test\n'
' – npm i nodeschool-admin -g\n' +
'script: nodeschool-admin lint\n'
))
}
log.verbose('travis', '.travis.yml found. Assuming its the right one.')
Expand Down

0 comments on commit 99dc6e6

Please sign in to comment.