diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-25 09:09:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-25 09:09:47 +0000 |
commit | fb3045d72ac1381a7c4fe088987b5988f6bf08e1 (patch) | |
tree | f1058ae5441f06ef0ba7fe1a76ef4b08ad18942a /.travis.yml | |
parent | added the secrets as env vars to travis build. added the travis badge (diff) | |
download | hived-fb3045d72ac1381a7c4fe088987b5988f6bf08e1.tar.gz hived-fb3045d72ac1381a7c4fe088987b5988f6bf08e1.zip |
made a new docker-compose file for travis tests only
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49f8b3e..2434222 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ services: before_install: - docker pull redis:6.2-alpine install: -- docker build -t hived ./ && docker-compose up -d +- docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d - "./test/endpoints.sh" |