diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-30 20:06:26 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-30 20:07:06 +0100 |
commit | 2e506859d991876f4bf6758f738fb19cd13491d5 (patch) | |
tree | f06992228d192463b8f528e3f8f675f66e6b5f8f | |
parent | a7abae61354b1d0ce4e879ca4eebb6ce0dd5e2e6 (diff) | |
download | avr-ioe-2e506859d991876f4bf6758f738fb19cd13491d5.tar.gz avr-ioe-2e506859d991876f4bf6758f738fb19cd13491d5.tar.bz2 avr-ioe-2e506859d991876f4bf6758f738fb19cd13491d5.zip |
Remove travic configuration
I am not going to use travis.
-rw-r--r-- | .travis.yml | 8 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bb397ba..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -script: - - "make allyesconfig && make" - -addons: - apt: - packages: - - gcc-avr - - avr-libc @@ -1,5 +1,4 @@ # AVR-IOE -[![Build Status](https://travis-ci.com/Cynerd/avr-ioe.svg?token=j1mJhmD5jiZyJQGyPUkt&branch=master)](https://travis-ci.com/Cynerd/avr-ioe) ## AVR input/output expansion This is library that implements different input/output interfaces and other |