summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-27 21:51:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:43:12 +0900
commitc79ae7c738fabd8d6dc7310d38f092b3a0700b5b (patch)
tree6815853a76c0c1c83b7a4cd285bfcf187c046f91
parente9ba08085d8b8fc06b15458af6c87222e50e452c (diff)
downloadbundler-c79ae7c738fabd8d6dc7310d38f092b3a0700b5b.tar.gz
Remove Travis configuration
-rw-r--r--.travis.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d4aaf2ef16..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-language: ruby
-dist: bionic
-script:
- - bin/parallel_rspec spec
- - bin/rake spec:sudo
- - BUNDLER_SPEC_PRE_RECORDED=1 bin/rake spec:realworld
-
-before_script:
- - travis_retry bin/rake override_version
- - travis_retry bin/rake spec:parallel_deps
- - if [ "$BUNDLER_SPEC_SUB_VERSION" = "" ];
- then
- travis_retry sudo apt-get install graphviz -y;
- fi
-
-branches:
- only:
- - master
- - staging
- - trying
- - /.+-dev$/
- - /.+-stable$/
-
-cache:
- directories:
- - tmp/rubocop
-
-notifications:
- slack:
- on_success: change
- on_failure: always
- rooms:
- - secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04=
-
-jobs:
- include:
- # Ruby-head (we want to know how we're doing, but not fail the build)
- - rvm: ruby-head
- env: RGV=master
-
- allow_failures:
- - rvm: ruby-head
- env: RGV=master