Skip to content

Commit

Permalink
Merge pull request #12 from 1syo/fix-syntax-error
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
1syo committed Apr 27, 2015
2 parents 14d582f + e77ccd3 commit 8915ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ script:
after_success:
- grunt coveralls
notifications:
email: false
webhooks:
secure: "amlDZWCsnzzGdsSswxZ80Pm2tc0rsTDkl7R0L4sEHph7+UajUzSOR8emdFF5mbSNH7zPwZhEOFPdgtEnw+sUBFF+0PIntL+iPvmIYdHdbtIX0e2tVOW1i3Tslacq0hbn7/YLdCTwNkYbnGi/mIEzDWsjgD3S1FQN1rEte9GxX1A="
2 changes: 1 addition & 1 deletion src/travisci.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
class Travisci
constructor: (@body) ->
@json = JSON.parse(@body.payload) if @body? # FIXME
@json = JSON.parse(@body.payload) if @body?.payload

repository_owner_name: ->
@json.repository.owner_name
Expand Down

0 comments on commit 8915ffa

Please sign in to comment.