Browse Source

Fix travis yml

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

1
.travis.yml

@ -8,6 +8,7 @@ android: @@ -8,6 +8,7 @@ android:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- chmod +x gradlew
- git submodule update --init --recursive
install:
- ./gradlew

Loading…
Cancel
Save