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 Sep 5, 2020
1 parent ca8db39 commit 1f65e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
cache: bundler

os: osx

Expand All @@ -22,8 +23,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 1f65e32

Please sign in to comment.