trent 0.3.0
I have been using Travis-CI for a few years to build, test, and deploy my apps. Bash is great, but using a higher level language for interacting with Travis and the build machine would be very beneficial. Trent is a convenient ruby gem that helps you execute system shell scripts with as little code *and pain* as possible.
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Development (4):
            rake
            >= 12.3.1, ~> 12.3
          
          
            rspec
            >= 3.8.0, ~> 3.8
          
          
            rspec_junit_formatter
            >= 0.4.1, ~> 0.4
          
          
            rubocop
            >= 0.58.2, ~> 0.58
          
    