Skip to content

Commit 9d75848

Browse files
author
Mihail Slavchev
committed
fix build
1 parent cdda6f3 commit 9d75848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ script:
3939
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
4040
- emulator -avd Arm21 -no-skin -no-audio -no-window &
4141
- android-wait-for-emulator
42-
- "cd test-app && ./gradlew runtest --stacktrace"
42+
- "cd test-app && ./gradlew runtest -PembedBindingGenerator=true --stacktrace"
4343
- cd ..
4444
before_deploy:
4545
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`

0 commit comments

Comments
 (0)