diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2017-10-18 14:24:21 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2017-10-18 14:26:22 -0400 |
commit | a86e81b78fc2a2ecc827a7890cba21ed229957f2 (patch) | |
tree | ff07bce9fbb6549fdd585ac3ddf996b011b84b25 | |
parent | 02ac8c892b1fa98d9c4422f1bda89ea421ed17bd (diff) |
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 0de7ca6f75..8e0499db05 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 |