Skip to content

Commit

Permalink
Fixed travis builds:
Browse files Browse the repository at this point in the history
 - path to JAR file was somehow incorrect all of a sudden (perhaps due changes in travis infrastructure)
 - the Sapelli JAR is now automatically downloaded from https://github.com/ExCiteS/Sapelli/releases/... (edit .travis.yml to change the version which is being used)
 - travis now install & uses oracle-java8

Signed-off-by: Matthias Stevens <matthias.stevens@gmail.com>
  • Loading branch information
mstevens83 committed Dec 14, 2015
1 parent ce09f83 commit 80bee48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ install:
- export C_INCLUDE_PATH=/usr/include/gdal
- export CPLUS_INCLUDE_PATH=/usr/include/gdal
- pip install --upgrade pip
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- mkdir lib
- wget https://github.com/ExCiteS/Sapelli/releases/download/v2.0.0-beta-16.5/sapelli-collector-cmdln-2.0.0-beta-16.5-jar-with-dependencies.jar -O lib/sapelli-collector-cmdln-with-deps.jar

before_script:
- psql template1 postgres -c 'create extension hstore;'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion travis/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
WSGI_APPLICATION = 'settings.wsgi.application'
ROOT_URLCONF = 'settings.urls'

SAPELLI_JAR = '../files/sapelli-collector-cmdln-2.0.0-beta-16.5-jar-with-dependencies.jar'
SAPELLI_JAR = 'lib/sapelli-collector-cmdln-with-deps.jar'
SAPELLI_CLIENT_ID = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

0 comments on commit 80bee48

Please sign in to comment.