Skip to content

Commit

Permalink
Added .travis.yml config for https://travis-ci.org service
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Oct 25, 2012
1 parent 4cc1368 commit 5b59985
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
# .travis.yml - config file SOCI CI at https://travis-ci.org/

language: cpp

compiler:
- gcc

branches:
only:
- master

script: mkdir -p build && cd build && cmake .. && make

notifications:
email:
recipients:
- mateusz@loskot.net

irc:
channels:
- "irc.freenode.org#soci"
use_notice: true

0 comments on commit 5b59985

Please sign in to comment.