Skip to content

Commit 2a2cfbd

Browse files
committed
Merge pull request adafruit#484 from aitjcize/travis
Add Travis CI support.
2 parents 3bb8bd8 + 60993c1 commit 2a2cfbd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: c
2+
compiler:
3+
- gcc
4+
5+
before_script:
6+
- sudo apt-get install python3
7+
8+
script:
9+
- make -C unix
10+
- tests/run-tests

0 commit comments

Comments
 (0)