mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #306 from bpinto/run_plugins_tests_on_travis
run all tests, including plugins tests, on travis
This commit is contained in:
commit
ed87414b51
@ -6,4 +6,4 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- script/bootstrap.sh
|
- 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