Commit 5fc15df5 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added travis

parent 9ba706f5
sudo: required
services:
- docker
matrix:
include:
- language: python
python: 3.8
before_script:
- cd planner
- pip install -r requirements.txt
script:
- python -m unittest discover
- language: java
jdk: openjdk-11-jre-headless
#before_script:
#- cd manager
script:
- mvn -Dmaven.test.skip=true install
#after_success:
#- docker login -u $DOCKER_USER -p $DOCKER_PASS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment