diff options
| author | AZ Huang | 2014-04-15 02:05:47 +0800 |
|---|---|---|
| committer | AZ Huang | 2014-04-15 02:25:43 +0800 |
| commit | 60993c166d608d34cd25da5172ae739865837c8b (patch) | |
| tree | b0374c6f7891ab82f2c2dee0dc4533ab97541f0e | |
| parent | bbae42d62fd671a4ce50bec280e0cb806469d1cc (diff) | |
Add Travis CI support.
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..6f529ea71 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c +compiler: + - gcc + +before_script: + - sudo apt-get install python3 + +script: + - make -C unix + - tests/run-tests |
