Skip to content

Commit

Permalink
Travis should be repaired.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 3, 2014
1 parent 1f85af3 commit 7f257d8
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 @@ -25,7 +25,7 @@ before_install:
- emulator -avd test -no-skin -no-audio -no-window &

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

before_script:
- adb devices
Expand Down

0 comments on commit 7f257d8

Please sign in to comment.