Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ cache: directories: - vendor/bundle - spec/fixtures/modules bundler_args: --without system_tests bundler_args: --without system_tests --path vendor/bundle script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec_prep", "bundle exec fakeroot rake spec_standalone SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] matrix: fast_finish: true Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ cache: directories: - vendor/bundle - spec/fixtures/modules bundler_args: --without system_tests bundler_args: --without system_tests --path vendor/bundle script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec_prep", "bundle exec fakeroot rake spec_standalone SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] matrix: fast_finish: true Loading