Skip to content

Commit

Permalink
Merge pull request #48 from dkarter/fix-build
Browse files Browse the repository at this point in the history
Fix Build
  • Loading branch information
dkarter committed Feb 23, 2020
2 parents cf2e236 + cd0c40c commit ad4d3ec
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
os: osx
osx_image: xcode11.3

branches:
only:
- master

language: ruby
sudo: false
cache: bundler
rvm:
- '2.7.0'
addons:
homebrew:
packages:
- macvim

before_install:
- gem install bundler
- HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install macvim

script:
- bundle exec rspec --format documentation

0 comments on commit ad4d3ec

Please sign in to comment.