Skip to content

Commit 2202be5

Browse files
committed
Fix broken build.
tools should be updated first. Also fix wercker configuration.
1 parent 97d3935 commit 2202be5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cache:
1616
- website/bower_components
1717
install:
1818
- true && ([ "$TEST_TARGET" != "website" ] || (cd website && npm install && cd ..))
19-
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=build-tools-23.0.2)
2019
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=tools)
20+
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=build-tools-23.0.2)
2121
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=android-19)
2222
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=android-21)
2323
- true && ([ "$TEST_TARGET" != "android" ] || android-update-sdk --accept-licenses='android-sdk-license-.+' --components=android-22)

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
echo $ANDROID_UPDATE_FILTER
1414
echo $ANDROID_NDK_HOME
1515
- android-sdk-update:
16-
filter: tools,platform-tools,android-21,android-22,build-tools-22.0.1,extra-android-support,extra-android-m2repository
16+
filter: tools,platform-tools,android-21,android-22,android-23,build-tools-23.0.2,extra-android-support,extra-android-m2repository
1717
# A step that executes `gradle build` command
1818
- script:
1919
name: run gradle

0 commit comments

Comments
 (0)