Commit 4d1e85fb authored by Bruno Pinto's avatar Bruno Pinto

run all tests, including plugins tests, on travis

parent 4fba8743
...@@ -6,4 +6,4 @@ env: ...@@ -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
#!/usr/bin/env fish
for test in (find * -type f -print | grep 'spec.fish')
fish $test
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment