Skip to content

Commit

Permalink
Rename travis.sh to test_in_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Jul 4, 2021
1 parent 71f9950 commit c26092e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

# Runs a single command using the runners shell
- name: Build and test in docker
run: bash ./travis.sh ${{ matrix.REDIS_VER }}
run: bash ./test_in_docker.sh ${{ matrix.REDIS_VER }}
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to build nutcracker
# ARGS: none
# Also see travis.sh
# Also see test_in_docker.sh
FROM centos:7

ENV LAST_MODIFIED_DATE 2021-04-09
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ already add to https://travis-ci.org/idning/twemproxy as travis-ci

see https://github.com/idning/twemproxy/blob/travis-ci/travis.sh

dockerized tests
================

usage
=====

Expand Down

0 comments on commit c26092e

Please sign in to comment.