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 09a52aa
Show file tree
Hide file tree
Showing 2 changed files with 25 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
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
install:
- set PATH=C:\Ruby25-x64\bin;%PATH%
- 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 09a52aa

Please sign in to comment.