Skip to content

Commit

Permalink
- try to fix travis build travis script debug pt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolzad73 committed Mar 28, 2019
1 parent 0cb931e commit 46ba018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ branches:
except:
- latest-master

before_install:
before_install
- ant -version
- export BUILD_PSP=YES
- export BUILD_ANDROID=YES
- export BUILD_Qt=YES
Expand Down Expand Up @@ -48,10 +49,6 @@ install:
$ANDROID list sdk --extended -a &&
echo yes | $ANDROID update sdk -a -t tools,platform-tools,build-tools-23.0.1,android-10 --no-ui --force --no-https;
fi
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
- sudo pip install pyjavaproperties
- sudo pip install github3.py
- sudo pip install cpp-coveralls
Expand Down
1 change: 1 addition & 0 deletions tools/travis-script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh -e

# let's dump some info to debug a bit
echo ant version = `ant -version`
echo ls = `ls`
echo pwd = `pwd`
# computing potential release name
Expand Down

0 comments on commit 46ba018

Please sign in to comment.