travis-ci;

This commit is contained in:
r-lyeh
2015-02-17 15:04:59 +01:00
parent 45545fd2fb
commit 4ac872aeaa
2 changed files with 12 additions and 1 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: cpp
compiler:
- clang
- gcc
install:
- wget --quiet -O - https://raw.githubusercontent.com/r-lyeh/depot/master/travis.pre.sh | bash -x
script:
- wget --quiet -O - https://raw.githubusercontent.com/r-lyeh/depot/master/travis.build.sh | bash -x

View File

@@ -1,4 +1,4 @@
fsm
fsm <a href="https://travis-ci.org/r-lyeh/fsm"><img src="https://api.travis-ci.org/r-lyeh/fsm.svg?branch=master" align="right" /></a>
===
- FSM is a lightweight Hierarchical/Finite-state Machine (H/FSM) class.