mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 19:05:15 +08:00
omf/templates: Remove Travis from scaffolding
This commit is contained in:
parent
f967a0d334
commit
bdfc248452
|
@ -1,16 +0,0 @@
|
|||
language: c
|
||||
os:
|
||||
- linux
|
||||
# - osx # currently not supported
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- tree
|
||||
- fish
|
||||
before_script:
|
||||
- pwd; tree -h
|
||||
- curl -L git.io/omf | sh
|
||||
script:
|
||||
- omf g {{NAME}}
|
||||
- cat $OMF_PATH/pkg/{{NAME}}/test/{{NAME}}.fish
|
|
@ -1,4 +1,3 @@
|
|||
[![][travis-badge]][travis-link]
|
||||
![][license-badge]
|
||||
|
||||
<div align="center">
|
||||
|
@ -36,5 +35,3 @@ $ {{NAME}}
|
|||
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
|
||||
|
||||
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square
|
||||
[travis-badge]: http://img.shields.io/travis/{{USER}}/{{NAME}}.svg?style=flat-square
|
||||
[travis-link]: https://travis-ci.org/{{USER}}/{{NAME}}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
test available {{NAME}}
|
|
@ -36,5 +36,3 @@ $ omf u {{NAME}}
|
|||
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
|
||||
|
||||
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square
|
||||
[travis-badge]: http://img.shields.io/travis/{{USER}}/{{NAME}}.svg?style=flat-square
|
||||
[travis-link]: https://travis-ci.org/{{USER}}/{{NAME}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user