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