summaryrefslogtreecommitdiff
path: root/doc/development/PULL_REQUESTS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:44:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:44:13 +0900
commit48eec6db9c316257527f364c0de0fa538663a0ff (patch)
tree8e2d80d935beb06983acc243c7eb88a92bf7682b /doc/development/PULL_REQUESTS.md
parent148c569223ff6a7e95ac4230430191dc5c39d908 (diff)
downloadbundler-48eec6db9c316257527f364c0de0fa538663a0ff.tar.gz
Use GitHub Actions instead of Travis CI on the doc
Diffstat (limited to 'doc/development/PULL_REQUESTS.md')
-rw-r--r--doc/development/PULL_REQUESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/PULL_REQUESTS.md b/doc/development/PULL_REQUESTS.md
index 313a885033..09428f057f 100644
--- a/doc/development/PULL_REQUESTS.md
+++ b/doc/development/PULL_REQUESTS.md
@@ -8,7 +8,7 @@ Before you submit a pull request, please remember to do the following:
## Code formatting
-Make sure the code formatting and styling adheres to the guidelines. We use RuboCop for this. Lack of formatting adherence will result in automatic Travis build failures.
+Make sure the code formatting and styling adheres to the guidelines. We use RuboCop for this. Lack of formatting adherence will result in automatic GitHub Actions build failures.
$ bin/rubocop -a