blob: dd769f5e6170eb84ffdcad03416629773ae9b8cc [file] [log] [blame]
# Copyright [2018] [Apache Software Foundation]
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
matrix:
include:
# Engine Executor
- language: scala
scala:
- 2.12.6
jdk: openjdk8
cache:
directories:
- $HOME/.sbt
- $HOME/.m2
- $HOME/.ivy2
before_cache:
- find $HOME/.ivy2 -name \"ivydata-*.properties\" -delete
- find $HOME/.sbt -name \"*.lock\" -delete
before_script:
- cd engine-executor
- unset SBT_OPTS
script: travis_retry sbt -batch ++$TRAVIS_SCALA_VERSION coverage test coverageReport
after_success:
- bash <(curl -s https://codecov.io/bash)