kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 02c667e940e92c27065c7d7e95b90536b0615b1e
parent 656931380cb449478e6a7e0ead8094585d362570
Author: Joris Vink <joris@coders.se>
Date:   Mon, 19 Oct 2015 08:47:16 +0200

Merge pull request #77 from apfohl/apfohl-travis

Updated .travis.yml to use new container-based infrastructure.
Diffstat:
.travis.yml | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,11 +1,11 @@ language: c - +sudo: false compiler: - clang - gcc - -install: - - sudo apt-get update -qq - - sudo apt-get install libssl-dev - -script: make +addons: + apt: + packages: + - libssl-dev +script: + - make