diff --git a/.travis.yml b/.travis.yml index 0373f26..b71120f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - case "$BUILD" in "BAZEL") cd src; - bazel build --show_result=100 ... ;; + bazel build --incompatible_package_name_is_a_function=false --show_result=100 ... ;; "GRADLE") ./gradlew clean assemble --stacktrace ; ./gradlew check --stacktrace ;;