summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 10:38:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 10:38:51 +0900
commitb7cb7f8c5c484bbec06b71504473976d4ce521b1 (patch)
treed64439b19caa5277a5e855cb717428030946d007
parentaf200001f844969311e02c3518fe832614b373dd (diff)
downloadpsych-actions.tar.gz
Removed duplicated tasks with GitHub Actions.actions
-rw-r--r--.github/workflows/ubuntu-rvm.yml2
-rw-r--r--.travis.yml12
-rw-r--r--azure-pipelines.yml11
3 files changed, 5 insertions, 20 deletions
diff --git a/.github/workflows/ubuntu-rvm.yml b/.github/workflows/ubuntu-rvm.yml
index 9ddf04d..332300f 100644
--- a/.github/workflows/ubuntu-rvm.yml
+++ b/.github/workflows/ubuntu-rvm.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ 'jruby-9.2.0.0', 'jruby-9.1.17.0', 'ruby-head' ]
+ ruby: [ 'ruby-head' ]
steps:
- name: Install libraries
run: sudo apt install haveged
diff --git a/.travis.yml b/.travis.yml
index 7f1a80c..9775b85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,11 @@
rvm:
- - 2.4.5
- - 2.5.3
- - 2.6.0
- - ruby-head
- - jruby-9.1.17.0
- - jruby-9.2.0.0
+ - jruby-9.2.7.0
+ - jruby-head
matrix:
allow_failures:
- - rvm: jruby-9.1.17.0
- - rvm: jruby-9.2.0.0
+ - rvm: jruby-9.2.7.0
+ - rvm: jruby-head
before_script:
- unset JRUBY_OPTS
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'