Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c4875ed2c0e1eed6b9dd0da2d36f65da90d4246d
Authored by
Stéphane Raimbault
2022-08-17 20:46:17 +0200
1 parent
f5939cf7
Remove travis.yml
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
.travis.yml
.travis.yml deleted
View file @
f5939cf
1
-language: c
2
-
3
-compiler:
4
- - gcc
5
- - clang
6
-
7
-script: ./autogen.sh && ./configure && make && make check