Skip to content

Commit

Permalink
Removing java test + adding bundler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Mar 14, 2021
1 parent 97027af commit 83a4f9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 0 additions & 1 deletion lib/bcu/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83a4f9e

Please sign in to comment.