Skip to content

Commit

Permalink
Force Ubuntu "precise" for Travis CI builds.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davidtgoldblatt committed Sep 20, 2017
1 parent 9b20a4b commit 9e39425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: generic
dist: precise

matrix:
include:
Expand Down

0 comments on commit 9e39425

Please sign in to comment.