From bda94d02aac4874c92a9fd15ff9370e68aab6188 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 8 Apr 2014 12:43:40 +0200 Subject: [PATCH] Removed unneeded script to setup environment --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 794e2877..3cc05098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS - source ~/.android-sdk-installer/env - rm pom.xml - - ./setup_env.sh script: - ant clean