Skip to content

Commit

Permalink
Merge branch 'master' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarter committed Feb 23, 2020
2 parents 8b8c1a2 + ad4d3ec commit a6d7c32
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 a6d7c32

Please sign in to comment.