Skip to content

Commit

Permalink
Updated travis script to use v2.0.0-beta-17 of the Sapelli library
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Stevens <matthias.stevens@gmail.com>
  • Loading branch information
mstevens83 committed Jan 13, 2016
1 parent 6499c1f commit 8146c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- export CPLUS_INCLUDE_PATH=/usr/include/gdal
- pip install --upgrade pip
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- 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-dependencies.jar
- wget https://github.com/ExCiteS/Sapelli/releases/download/v2.0.0-beta-17/sapelli-collector-cmdln-2.0.0-beta-17-jar-with-dependencies.jar -O lib/sapelli-collector-cmdln-with-dependencies.jar

before_script:
- psql template1 postgres -c 'create extension hstore;'
Expand Down

0 comments on commit 8146c9c

Please sign in to comment.