Fix Travis build. (#165)

pull/163/head
Yang Song 6 years ago committed by GitHub
parent ba49f56771
commit b3e29c56fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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 ;;

Loading…
Cancel
Save