Skip to content

Commit

Permalink
Adding a simple .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcw committed Aug 23, 2019
1 parent c60390a commit 1c05fdd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: c

matrix:
include:
- os: linux
compiler: gcc

script:
- cd ${TRAVIS_BUILD_DIR}
- make
- make test

0 comments on commit 1c05fdd

Please sign in to comment.