From 1241d5b34fd6ee3170e5d1f2434a3dc149b72d61 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 18 Feb 2020 18:47:51 -0600 Subject: [PATCH] remove appveyor.yml & .travis.yml --- .travis.yml | 9 --------- appveyor.yml | 25 ------------------------- 2 files changed, 34 deletions(-) delete mode 100644 .travis.yml delete mode 100644 appveyor.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dc566c65c0..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -language: ruby -rvm: - - ruby-head -before_install: - - yes | gem update --system - - gem update bundler - - sh ./download-test_readline.sh -script: bundle exec rake ci-test diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 157115f6c9..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -init: - # To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468 - - set PATH=C:\Ruby%RUBY_VERSION%\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32;C:\Program Files;C:\Windows - # Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler - - if %ruby_version%==_trunk ( - appveyor DownloadFile %APPVEYOR_URL%/api/projects/MSP-Greg/ruby-loco/artifacts/ruby_trunk.7z -FileName C:\ruby_trunk.7z & - 7z x C:\ruby_trunk.7z -oC:\Ruby_trunk) - -install: - - bundle install - -build: off - -test_script: - - rake - -on_finish: - - ruby -v - -deploy: off - -environment: - matrix: - - ruby_version: _trunk