This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3c146 [GRIFFIN-299] Add oracle jdk8 support in travis build phase
2f3c146 is described below
commit 2f3c146579424eac43117ab06a2addf995596ac6
Author: wankunde <[email protected]>
AuthorDate: Thu Nov 14 09:07:33 2019 +0800
[GRIFFIN-299] Add oracle jdk8 support in travis build phase
As Ubuntu Xenial has become the default Travis CI build environment, we may
build fail.
The workaround is to either add `dist: trusty` to your .travis.yml file or
use `openjdk8`.
Author: wankunde <[email protected]>
Closes #552 from wankunde/travis.
---
.travis.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 68705ab..319902c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@
# or implied. See the License for the specific language governing permissions
and limitations under
# the License.
-
language: java scala node_js
services:
@@ -20,9 +19,8 @@ services:
env:
- COMPOSE_FILE=griffin-doc/docker/compose/docker-compose-batch.yml
-
jdk:
- - oraclejdk8
+ - openjdk8
scala:
- 2.10.6
node_js: