mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-11 07:10:29 +00:00
25 lines
302 B
YAML
25 lines
302 B
YAML
language: c
|
|
|
|
os:
|
|
- linux
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- tree
|
|
- fish
|
|
|
|
before_script: pwd; tree -h
|
|
|
|
script: /bin/sh bin/install
|
|
|
|
after_script:
|
|
- cd ~/.config/fish; tree -h; find . -type f | xargs cat
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|