Skip to content

Commit

Permalink
#Fixes 8 Fb travis build (#9)
Browse files Browse the repository at this point in the history
* Check docker version on travis

* this should trigger travis

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml with docker

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Add TravisCI badge on README.md

* Remove temp file
  • Loading branch information
wasadigi authored Mar 24, 2017
1 parent 441fd9a commit ee59133
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
sudo: required

services:
- docker

before_install:
- docker --version

language: java

cache:
directories:
- $HOME/.m2

script:
- docker --version
- docker-compose --version
- cd docker-images/oa-java-server/
- ./build-docker-image.sh
- cd ../oa-server-specs/
- ./build-docker-image.sh
- cd ../../docker-topologies/runtime
- docker-compose up -d
- sleep 30
- cd ../../docker-images/oa-server-specs/
- ./run-docker-image.sh
- cd ../../docker-topologies/runtime
- docker-compose down

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains a server-side implementation of the Open Affect API, built on top of the Spring Boot framework.

[![Build Status](https://travis-ci.org/openaffect/openaffect-server.svg?branch=master)](https://travis-ci.org/openaffect/openaffect-server)

## What is Open Affect API?

Software development is a human activity and the affective state of stakeholders (developers, testers, users, etc.) plays an important role. More and more, tools allow to capture and record emotions associated to software artefacts and aspects. Open Affect is a proposal to standardize this process.
Expand Down

0 comments on commit ee59133

Please sign in to comment.