Repository: incubator-apex-malhar Updated Branches: refs/heads/master 45c68256c -> cef4d2bf2
Added travis define so that we can skip certain unit tests in travis if we want to Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/cef4d2bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/cef4d2bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/cef4d2bf Branch: refs/heads/master Commit: cef4d2bf24aabf8d76ab08d4d77d0adda2503aa1 Parents: 45c6825 Author: David Yan <[email protected]> Authored: Tue May 17 17:17:54 2016 -0700 Committer: David Yan <[email protected]> Committed: Tue May 17 17:19:58 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/cef4d2bf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 35c372f..6150c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ language: java #skip default installation step (mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V) install: true -script: mvn apache-rat:check verify -Dlicense.skip=false -Dtest.log.console.threshold=INFO -Pall-modules -B -V +script: mvn apache-rat:check verify -Dlicense.skip=false -Dtravis=true -Dtest.log.console.threshold=INFO -Pall-modules -B -V notifications: slack:
