Skip to content

Commit

Permalink
Add a minimal .travis.yml with codepolicycheck
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 31, 2015
1 parent f3ee3a7 commit c4d849b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: c
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install bc
#compiler:
# - clang
# - gcc
script:
- make codepolicycheck

0 comments on commit c4d849b

Please sign in to comment.