mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-20 02:42:44 +08:00
run all tests, including plugins tests, on travis
This commit is contained in:
parent
4fba87434c
commit
4d1e85fbe0
|
@ -6,4 +6,4 @@ env:
|
|||
before_install:
|
||||
- script/bootstrap.sh
|
||||
|
||||
script: fish ./spec/oh-my-fish.spec.fish
|
||||
script: script/run-tests.fish
|
||||
|
|
5
script/run-tests.fish
Executable file
5
script/run-tests.fish
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
for test in (find * -type f -print | grep 'spec.fish')
|
||||
fish $test
|
||||
end
|
Loading…
Reference in New Issue
Block a user