Browse Source

Fixing travis

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

3
.travis.yml

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

Loading…
Cancel
Save