diff options
| author | Cory Fields <[email protected]> | 2017-10-18 14:24:21 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-10-18 14:26:22 -0400 |
| commit | a86e81b78fc2a2ecc827a7890cba21ed229957f2 (patch) | |
| tree | ff07bce9fbb6549fdd585ac3ddf996b011b84b25 | |
| parent | Merge #11452: Improve ZMQ functional test (diff) | |
| download | discoin-a86e81b78fc2a2ecc827a7890cba21ed229957f2.tar.xz discoin-a86e81b78fc2a2ecc827a7890cba21ed229957f2.zip | |
travis: move back to the minimal image
The most recent update replaced the minimal image with a large one for the
'generic' image. Switching back to 'minimal' should reduce dependencies and
maybe speed us up some.
It should also eliminiate the need for aa2e0f09e.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0de7ca6f7..8e0499db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty os: linux -language: generic +language: minimal cache: directories: - depends/built |