From 83a4f9e665c9faf3f8815d35eba0948ce6debd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20F=C3=BChrer?= Date: Sat, 5 Sep 2020 22:04:51 +0200 Subject: [PATCH] Removing java test + adding bundler cache --- .travis.yml | 3 --- lib/bcu/options.rb | 1 - 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07c1fa5..9abaf8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,5 @@ script: - brew cu pin java - brew cu pinned - brew cu -y --no-brew-update - - java --version > java.test.out && cat java.test.out | grep -q 13. - - rm -f java.test.out - brew cu unpin java - brew cu -y --no-brew-update - - java --version > test && cat test | grep -q 14. diff --git a/lib/bcu/options.rb b/lib/bcu/options.rb index 7ff3041..b150071 100644 --- a/lib/bcu/options.rb +++ b/lib/bcu/options.rb @@ -171,7 +171,6 @@ def self.create_default_options end def self.create_default_config_file(config_filename) - File.unlink config_filename system "touch #{config_filename}" File.open(config_filename, "w") do |f| f.write default_config_hash.to_yaml