Skip to content

Commit

Permalink
Created simple .travis.yml file (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Humfrey <njh@aelius.com>
  • Loading branch information
njh authored and ralight committed Jun 23, 2016
1 parent 273dbfd commit 3c23a3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: c
compiler:
- gcc
- clang

os:
- linux
- osx

install:
- true

script:
- cd rsmb/src && make

0 comments on commit 3c23a3a

Please sign in to comment.