waxeye-org / waxeye

Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
https://waxeye-org.github.io/waxeye/index.html
Other
235 stars 38 forks source link

Fix travis build #46

Closed glebm closed 7 years ago

glebm commented 7 years ago
  1. Install checkstyle from maven, because Travis uses Ubuntu 14 which comes with an older checkstyle package.
  2. Pass -std=99 because it is not set by default in gcc v4.
  3. Adds NoChildren#equals to fix a checkstyle v8.1 warning.

Do not merge if the Travis build fails.

glebm commented 7 years ago

@orlandohill The build is now green! Good to merge.

orlandohill commented 7 years ago

Great, thanks!