diff options
| author | Weston Ganger <[email protected]> | 2019-10-28 22:53:38 -0700 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-10-29 09:33:36 +0100 |
| commit | f31c46ce08541a432e732cd093f916e37853807b (patch) | |
| tree | 28c55f43fe1c497bad6f076ce359572391da0989 | |
| parent | 2d77319dd857f71756dcb72d5a0d13db06e48c2d (diff) | |
| download | caxlsx-f31c46ce08541a432e732cd093f916e37853807b.tar.gz caxlsx-f31c46ce08541a432e732cd093f916e37853807b.zip | |
Delete appveyor.yml
| -rw-r--r-- | appveyor.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index c2fd1547..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ -version: 2.1.0.{build}-{branch} - -environment: - matrix: - - RUBY_VERSION: 26 - - RUBY_VERSION: 25 - - RUBY_VERSION: 24 - - RUBY_VERSION: 23 - - RUBY_VERSION: 22 - - RUBY_VERSION: 21 - - RUBY_VERSION: 200 - - RUBY_VERSION: 193 - -install: - - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - - bundle install - -build: off - -before_test: - - ruby -v - - gem -v - - bundle -v - -test_script: - - bundle exec rake |
