Skip to content

Commit 2c94561

Browse files
committed
Removing java test + adding bundler cache
1 parent ca8db39 commit 2c94561

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ script:
2222
- brew cu pin java
2323
- brew cu pinned
2424
- 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
2725
- brew cu unpin java
2826
- brew cu -y --no-brew-update
29-
- java --version > test && cat test | grep -q 14.

lib/bcu/options.rb

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def self.create_default_options
171171
end
172172

173173
def self.create_default_config_file(config_filename)
174-
File.unlink config_filename
175174
system "touch #{config_filename}"
176175
File.open(config_filename, "w") do |f|
177176
f.write default_config_hash.to_yaml

0 commit comments

Comments
 (0)