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 1a9d4b2 Add travis config 1a9d4b2 is described below commit 1a9d4b2ba1d7df35849417cc7341b74ceeca6178 Author: William Blough <de...@blough.us> AuthorDate: Sun Aug 30 17:03:08 2020 -0400 Add travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..78c9835 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: c +os: linux +script: ./build_for_tests.sh