added travis yaml file
This commit is contained in:
parent
18a36b79ec
commit
f9122b9f37
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
# Project based
|
# Project based
|
||||||
helloworld
|
helloworld
|
||||||
|
*.bak
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
|
||||||
2
.travis.yml
Normal file
2
.travis.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
language: c
|
||||||
|
script: make
|
||||||
Loading…
Add table
Add a link
Reference in a new issue