mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 04:01:58 +00:00
Starting basic travis support
This commit is contained in:
parent
44eb5cd4ec
commit
406ad4c990
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
language: c
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- travis
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq flex
|
||||
|
||||
before_script: cd c
|
||||
Loading…
Add table
Add a link
Reference in a new issue