jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

CI Additions #33

Closed brianpeiris closed 10 years ago

brianpeiris commented 10 years ago

Add grunt build and lint tasks to Travis CI so that you can catch errors automatically. Complements #32.

brianpeiris commented 10 years ago

You'll notice the build on the last commit is now failing. This is because linting in Travis CI is catching the errors I fixed in #32.

jaridmargolin commented 10 years ago

Looks good.