Skip to content

Commit

Permalink
debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 20, 2013
1 parent 443a618 commit 2092275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_install:


# We will run findbugs and checkstyle in the script phase
install: mvn install --quiet -DskipTests=true -Dmaven.javadoc.skip=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -Dandroid.dex.optimize=false
install: mvn install -X -DskipTests=true -Dmaven.javadoc.skip=true -Dfindbugs.skip=true -Dcheckstyle.skip=true -Dandroid.dex.optimize=false

before_script:
- ./wait_for_emulator
Expand Down

0 comments on commit 2092275

Please sign in to comment.