Add lint to Travis.

This commit is contained in:
Steve Pulec 2017-03-12 20:35:45 -04:00
commit d2c56619cd
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@ install:
export AWS_ACCESS_KEY_ID=foobar_key
fi
script:
- make lint
- make test
after_success:
- coveralls