Updated Branches: refs/heads/master dcfc7e6b1 -> 1beeaaadd
THRIFT-1952 Travis CI (.travis.yml) add cross language test suite (sh test/test.sh) Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1beeaaad Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1beeaaad Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1beeaaad Branch: refs/heads/master Commit: 1beeaaadd4775a680b8b7940a579071c1cad3be7 Parents: dcfc7e6 Author: Roger Meier <[email protected]> Authored: Sun May 5 01:42:27 2013 +0200 Committer: Roger Meier <[email protected]> Committed: Sun May 5 01:42:27 2013 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/1beeaaad/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index dae0692..64f658d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,8 +62,8 @@ script: - make - make dist - make check + - sh test/test.sh # TODO: add these steps -# - bash test/test.sh # - sh bootstrap.sh ; sh contrib/mingw-cross-compile.sh # - sh bootstrap.sh ; dpkg-buildpackage -tc
