Browse Source

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.
0.16
Cory Fields 7 years ago
parent
commit
a86e81b78f
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
sudo: required
dist: trusty
os: linux
language: generic
language: minimal
cache:
directories:
- depends/built

Loading…
Cancel
Save