Skip to content

Commit

Permalink
Merge pull request #438 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.2.4 release
  • Loading branch information
yuanzhou authored Jan 31, 2022
2 parents e7a25c2 + 01a5c0a commit 99959bd
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 1,000 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ language: python
python:
- '3.7'
cache: pip
before_install:
# From https://docs.travis-ci.com/user/database-setup/#installing-specific-versions-of-elasticsearch
# (Version matches that used on AWS.)
- curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.2-amd64.deb -o elasticsearch.deb
- sudo dpkg -i --force-confnew elasticsearch.deb
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
- sudo service elasticsearch restart
services:
- elasticsearch
before_script:
- sleep 10 # Advised by https://docs.travis-ci.com/user/database-setup/#elasticsearch
env:
Expand Down
Loading

0 comments on commit 99959bd

Please sign in to comment.