Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Add instruction files for travis-ci and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Feb 11, 2020
1 parent b1998b2 commit c8449ec
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
os: linux
language: ruby
cache: bundler
rvm:
Expand Down
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
install:
- gem install bundler -v 2.1.4
- bundle -v
- bundle install --retry 2

build: off

branches:
only:
- master

before_test:
- bundle env
- type Gemfile.lock

test_script:
- bundle exec rake

# Uncomment this block to enable RDP access to the AppVeyor test instance for
# debugging purposes.
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit c8449ec

Please sign in to comment.