run all tests, including plugins tests, on travis

pull/2/head
Bruno Pinto 10 years ago
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

@ -0,0 +1,5 @@
#!/usr/bin/env fish
for test in (find * -type f -print | grep 'spec.fish')
fish $test
end
Loading…
Cancel
Save