mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-06-05 21:24:36 +00:00
17 lines
157 B
YAML
17 lines
157 B
YAML
sudo: required
|
|
language: ruby c
|
|
|
|
os:
|
|
- linux
|
|
|
|
rvm:
|
|
- "2.3"
|
|
- "2.4"
|
|
- "2.6"
|
|
|
|
install:
|
|
- gem install ceedling
|
|
|
|
script:
|
|
- ceedling clobber test:all
|