mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
10 lines
118 B
YAML
10 lines
118 B
YAML
|
language: c
|
||
|
|
||
|
env:
|
||
|
- FISH_PPA=nightly-master
|
||
|
|
||
|
before_install:
|
||
|
- script/bootstrap.sh
|
||
|
|
||
|
script: fish ./spec/spec.fish
|