oh-my-fish/.travis.yml

14 lines
218 B
YAML
Raw Normal View History

language: c
2015-01-17 03:21:03 +00:00
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