Merge pull request #631 from redboltz/fix_travis

Set `precise` explicitly to fix 32bit zlib missing problem.
This commit is contained in:
Takatoshi Kondo 2017-10-01 23:38:21 +09:00 committed by GitHub
commit fa48078a52

View File

@ -1,5 +1,6 @@
language: cpp
sudo: false
dist: precise
install:
- export BASE=`pwd`