Merge pull request #2 from wilberforce/master

Add travis file for Auto build testing of lcdproc
This commit is contained in:
willfe
2016-07-27 09:38:43 -04:00
committed by GitHub
2 changed files with 3687 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Travis-CI file for Espruino
language: c
before_install:
- chmod +x ./autogen.sh
script:
- ./autogen.sh && ./configure --enable-drivers=all
- make
+3677
View File
File diff suppressed because it is too large Load Diff