Browse Source

Fixing travis

master
Anthony Restaino 10 years ago
parent
commit
e65e062652
  1. 3
      .travis.yml

3
.travis.yml

@ -10,6 +10,5 @@ android:
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
install: install:
- ./setup-ant.sh - ./gradlew
script: script:
- ant debug && lint -w --exitcode --disable MissingTranslation .

Loading…
Cancel
Save