enable tck with travis build Signed-off-by: olivier lamy <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/7e41fe27 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/7e41fe27 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/7e41fe27 Branch: refs/heads/master Commit: 7e41fe27c01ca642e3739cc9c4c98412b85929a0 Parents: 083b629 Author: olivier lamy <[email protected]> Authored: Tue Apr 5 16:47:40 2016 +1000 Committer: olivier lamy <[email protected]> Committed: Tue Apr 5 16:47:40 2016 +1000 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/7e41fe27/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2960048..b47f33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ jdk: - oraclejdk8 script: - - mvn clean verify -B -e -V + - mvn clean verify -B -e -V -Ptck-svn -Ptck-git cache: directories:
