cozy / cozy-emails

Email Client for Cozy
GNU Affero General Public License v3.0
66 stars 41 forks source link

fix panels to be expanded #733

Closed m4dz closed 8 years ago

nono commented 8 years ago

There is a big warning in the build:

Deprecation warning: months accessor is deprecated. Use month instead

Arguments: 7

Error
  at Moment.months (/home/travis/build/cozy/cozy-emails/node_modules/moment/moment.js:775:105)
  at Object.<anonymous> (/home/travis/build/cozy/cozy-emails/tests/fixtures/generator.coffee:93:21)
  at Object.<anonymous> (/home/travis/build/cozy/cozy-emails/tests/fixtures/generator.coffee:1:1)
  at Module._compile (module.js:410:26)
  at Object.exports.run (/home/travis/build/cozy/cozy-emails/node_modules/coffee-script/lib/coffee-script/coffee-script.js:134:23)
  at compileScript (/home/travis/build/cozy/cozy-emails/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
  at compilePath (/home/travis/build/cozy/cozy-emails/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
  at Object.exports.run (/home/travis/build/cozy/cozy-emails/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
  at Object.<anonymous> (/home/travis/build/cozy/cozy-emails/node_modules/coffee-script/bin/coffee:7:41)
  at Module._compile (module.js:410:26)
  at Object.Module._extensions..js (module.js:417:10)
  at Module.load (module.js:344:32)
  at Function.Module._load (module.js:301:12)
  at Function.Module.runMain (module.js:442:10)
  at startup (node.js:136:18)
  at node.js:966:3

But I think travis is red only because of a too short timeout. I'll run it again to confirm.