Navigation Menu

Skip to content

Commit

Permalink
travis: update for the recent situation
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2018
1 parent 2f5404d commit d8dc9ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,17 +1,18 @@
notifications:
recipients:
- groonga-commit@lists.sourceforge.jp
- droonga@ml.commit-email.info
env:
- DEFAULT_TEST_TASK=test:unit
- DEFAULT_TEST_TASK=test:command:default
- DEFAULT_TEST_TASK=test:command:single_slice
# - DEFAULT_TEST_TASK=test:command:version1
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4.4
- 2.5.1
# - ruby-head
sudo: true
before_install:
# - GROONGA_MASTER=yes curl --silent --location https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
- curl --silent --location https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
Expand Down

0 comments on commit d8dc9ed

Please sign in to comment.