From 6b47e0a49e50bee20af9726fd265fd1bae22f4c7 Mon Sep 17 00:00:00 2001 From: Alireza Nourian Date: Fri, 20 Mar 2015 14:12:01 +0330 Subject: [PATCH] fix travis script --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e581f933..dbe0e4b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,7 @@ install: - wget http://dl.dropboxusercontent.com/u/90405495/resources.zip - wget http://dl.dropboxusercontent.com/u/90405495/resources-extra.zip - unzip resources.zip -d resources - -env: JAVAHOME=/usr/bin/java + - unzip resources-extra.zip -d resources script: python tests.py