diff options
| author | Andy McCurdy <andy@andymccurdy.com> | 2020-07-15 15:37:13 -0700 |
|---|---|---|
| committer | Andy McCurdy <andy@andymccurdy.com> | 2020-07-15 15:37:13 -0700 |
| commit | 1f5b2a6cd31ad4298bf6be174796b8aa3d3913db (patch) | |
| tree | 149671c25637da58ae40db8dbb4194ea75391e01 | |
| parent | 54a8656fd40f45f008eb5fe12b0c31892fb6f654 (diff) | |
| download | redis-py-1f5b2a6cd31ad4298bf6be174796b8aa3d3913db.tar.gz | |
no longer need to `make build`. `make test` will do everything
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0e3b1f9..4b09cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,4 @@ services: - docker script: - - make build - make test |
