ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
507 stars 45 forks source link

Added basic .travis.yml file #29

Closed davidor closed 9 years ago

davidor commented 9 years ago

Added basic travis.yml file. This executes "lein deps" and "lein test". To start using Travis you just need to add your repo in https://travis-ci.org/ This is how it will look like: https://travis-ci.org/davidor/effectivejava (Just in case you haven't used Travis before)

ftomassetti commented 9 years ago

Ok, I triggered the build by copying your branch and pushing it: it works (https://travis-ci.org/ftomassetti/effectivejava/builds/59369140).

ftomassetti commented 9 years ago

Thank you again!

ftomassetti commented 9 years ago