[go: nahoru, domu]

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Müller committed Dec 5, 2016
1 parent 4fcf97b commit 3c72c16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ before_install:
- echo yes | android update sdk -a --filter platform-tools --no-ui --force

script:
- ./gradlew clean assembleDebug -PdisablePreDex
- ./gradlew clean assembleVanillaDebug -PdisablePreDex
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1)
2 changes: 1 addition & 1 deletion build_starter.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build#1.6
build#1.7
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:

test:
override:
- ./gradlew clean assembleDebug -PdisablePreDex:
- ./gradlew clean assembleVanillaDebug -PdisablePreDex:
timeout: 1000
# copy the build outputs to artifacts
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1):
Expand Down

0 comments on commit 3c72c16

Please sign in to comment.