Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-19 Thread Frank Lanitz
Merged #597. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/597#event-1212905679

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-13 Thread Matthew Brush
Looks OK by inspection, after rebasing this branch on master to get 544e9f6, I would squash 82727a9 into 69a271d since the former just fixes the latter. Seems not risky since it just messes with the CI, not any code. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-13 Thread elextr
Ok, looks good to merge. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/597#issuecomment-322092345

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-13 Thread elextr
@elextr pushed 1 commit. 82727a9 Neaten travis.yml -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/597/files/997383f1d042dbc854daa783f1333b323c6434fb..82727a90cd1c07391fb4fda0b398968d099dc7b5

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-13 Thread Matthew Brush
This closes #596 (adding link to keep myself from getting confused). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/597#issuecomment-322063066

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-13 Thread Enrico Tröger
Probably fixed in https://github.com/geany/geany-plugins/commit/544e9f6b57927eb98bd8daadb1b7bd2b9a3b2c89. Seems it is the old cppcheck version on that old Ubuntu 14.04 build box at Travis. cppcheck 1.80 on my system doesn't complain. Anyway, the initialization won't hurt. Maybe you could merge

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
Ok, the Travis failure is nothing to do with this change, should be ok to merge. @eht16 add-ons seems to fail cppcheck? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/597#issueco

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
@elextr pushed 1 commit. 997383f Update required package to version available in Trusty -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/597/files/69a271dca7d4b5424f0f43b19c51e9a368ae26b2..997383f1d042dbc854daa7

[Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
Test to fix Travis, do not merge unless Travis passes You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/597 -- Commit Summary -- * Update travis to system with c++11 compiler -- File Changes -- M .travis.yml (2) -- Patch Links