include java8 tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/fedd15cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/fedd15cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/fedd15cf Branch: refs/heads/master Commit: fedd15cf71bdce79eeeb0f75f5dfbb22228fdb23 Parents: 9db5ff5 Author: Dale LaBossiere <[email protected]> Authored: Thu Sep 22 19:09:14 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Tue Sep 27 16:04:08 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/fedd15cf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 16c6985..e1ba5d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - jdk_switcher use oraclejdk8 - ./gradlew release -Dedgent.build.ci=true ### - ./gradlew test -Dedgent.build.ci=true -### - ./gradlew test --continue -Dedgent.build.ci=true + - ./gradlew test --continue -Dedgent.build.ci=true - ./gradlew test7Compile -Dedgent.build.ci=true - jdk_switcher use oraclejdk7 ### - ./gradlew test7Run -Dedgent.build.ci=true
