This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
The following commit(s) were added to refs/heads/master by this push: new 877d1d8 Add googletest dependency to travis config 877d1d8 is described below commit 877d1d83bf24afcfb8967bca5d91828539958cab Author: William Blough <de...@blough.us> AuthorDate: Sun Aug 30 17:41:42 2020 -0400 Add googletest dependency to travis config --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index d380538..b92dfd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: c os: linux + +addons: + apt: + packages: + googletest + script: ./build_for_tests.sh notifications: email: