@jeffdonahue's tweaks to .travis.yml config:
authorJeff Donahue <jeff.donahue@gmail.com>
Sat, 12 Jul 2014 11:27:36 +0000 (04:27 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Mon, 14 Jul 2014 09:18:16 +0000 (02:18 -0700)
commit89d50ca20746517f71e7c7c121401d09d40e3ebc
tree8f7e514fe9c2772690745bb7a0b3414e2818fd9c
parent24bfd03da3da5342034be7ba18116dcf0596216c
@jeffdonahue's tweaks to .travis.yml config:
-Add (CPU-only) test, lint, warn and parallel (-j 4) to travis CI build.
-Add /usr/local/lib to travis config (seems needed for LMDB).
-Put export in "before_script"; disable clang build -- doesn't work on Linux.
-Cache Ubuntu apt packages.
-Install bc package to hopefully suppress "bc: not found" errors
-Get apt packages before_install as suggested by Travis official docs
-Remove specified email address and IRC notifications (emails are sent
to the committer by default; others can view build results in public
Travis feed, on pull requests, etc.).
.travis.yml