diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-09-19 16:27:33 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-09-20 17:38:26 (GMT) |
commit | 9e39425bf1653e4bebb7b377dd716f98cab069ff (patch) | |
tree | afdb14b5e21bbd96bc548d67a373eff5189eb6ec | |
parent | 9b20a4bf70efd675604985ca37335f8b0136a289 (diff) | |
download | jemalloc-9e39425bf1653e4bebb7b377dd716f98cab069ff.zip jemalloc-9e39425bf1653e4bebb7b377dd716f98cab069ff.tar.gz jemalloc-9e39425bf1653e4bebb7b377dd716f98cab069ff.tar.bz2 |
Force Ubuntu "precise" for Travis CI builds.
We've been seeing strange errors in jemalloc_cpp.cpp since Travis upgraded from
precise to trusty as their default CI environment (seeming to stem from some
the new clang version finding the headers for an old version of libstdc++. In
the long run we'll have to deal with this "for real", but at that point we may
have a better C++ story in general, making it a moot point.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 418fc6f..4cc116e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: generic +dist: precise matrix: include: |