Skip to content

Commit

Permalink
travis: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 25, 2019
1 parent e62f9c4 commit 5fd9b9f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -6,16 +6,16 @@ notifications:
# - GROONGA_MASTER=yes
matrix:
include:
- name: "Ruby 2.4"
rvm: 2.4
- name: "Ruby 2.5"
rvm: 2.5
- name: "Ruby 2.6"
rvm: 2.6
- name: "Auto Groonga build"
rvm: 2.6
env:
- INSTALL_GROONGA=no
- name: "Ruby 2.4"
rvm: 2.4
- name: "Ruby 2.5"
rvm: 2.5
- name: "Ruby 2.6"
rvm: 2.6
- name: "Auto Groonga build"
rvm: 2.6
env:
- INSTALL_GROONGA=no
before_install:
- |
if [ "${INSTALL_GROONGA}" != "no" ]; then
Expand Down

0 comments on commit 5fd9b9f

Please sign in to comment.