-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from rwth-acis/develop
Develop
- Loading branch information
Showing
21 changed files
with
1,328 additions
and
1,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
- openjdk8 | ||
install: | ||
- sudo apt-get install -y ant ant-optional | ||
services: | ||
- mysql | ||
script: "ant all" | ||
script: 'ant all' | ||
sudo: required | ||
before_script: | ||
- bash .travis.install-mysql-5.7.sh | ||
- mysql -u root -e 'CREATE DATABASE LAS2PEERMON;' | ||
- mysql -u root LAS2PEERMON < etc/create_database_MySQL.sql | ||
- mysql -u root LAS2PEERMON < etc/create_database.sql | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) | ||
- bash <(curl -s https://codecov.io/bash) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
service.version=0.7.1 | ||
service.version=0.8.2 | ||
service.name=i5.las2peer.services.mobsos.dataProcessing | ||
service.path=i5/las2peer/services/mobsos/dataProcessing | ||
service.class=MonitoringDataProcessingService | ||
service.class=MobSOSDataProcessingService | ||
service.passphrase=processing | ||
service.dependencies= |
Oops, something went wrong.