We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8db39 commit 2c94561Copy full SHA for 2c94561
.travis.yml
@@ -22,8 +22,5 @@ script:
22
- brew cu pin java
23
- brew cu pinned
24
- brew cu -y --no-brew-update
25
- - java --version > java.test.out && cat java.test.out | grep -q 13.
26
- - rm -f java.test.out
27
- brew cu unpin java
28
29
- - java --version > test && cat test | grep -q 14.
lib/bcu/options.rb
@@ -171,7 +171,6 @@ def self.create_default_options
171
end
172
173
def self.create_default_config_file(config_filename)
174
- File.unlink config_filename
175
system "touch #{config_filename}"
176
File.open(config_filename, "w") do |f|
177
f.write default_config_hash.to_yaml
0 commit comments