diff --git a/.travis.yml b/.travis.yml
index fe99c5e909115b225b51ce86022b1cc8467fd84c..a020b0914f7c511dced64f48ca8407b558d89a0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,11 +29,11 @@ android:
     - tools
 
     # Build tools
-    - build-tools-ANDROID_BUILD_TOOLS_VERSION
+    - build-tools-$ANDROID_BUILD_TOOLS_VERSION
 
     # SDK Versions
-    - android-EMULATOR_API_LEVEL
-    - android-ANDROID_API_LEVEL
+    - android-$EMULATOR_API_LEVEL
+    - android-$ANDROID_API_LEVEL
 
     # Support library
     - extra-android-support
@@ -45,10 +45,11 @@ android:
     - sys-img-$ANDROID_ABI-$ANDROID_API_LEVEL
     - sys-img-$ANDROID_ABI-$EMULATOR_API_LEVEL
 
+
   licenses:
-    - android-sdk-preview-license-.+
     - android-sdk-license-.+
-    - google-gdk-license-.+
+    - android-sdk-preview-license-.+
+
 
 before_script:
   # Create and start emulator