summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 1d3ec00..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-jobs:
-- job: macOS
- pool:
- vmImage: 'macos-10.13'
- steps:
- - script: |
- gem install bundler
- bundle install --retry=3 --jobs=4
- displayName: 'bundle install'
- - script: rake
- displayName: 'rake'