Commit ed87414b authored by Bruno's avatar Bruno

Merge pull request #306 from bpinto/run_plugins_tests_on_travis

run all tests, including plugins tests, on travis
parents 4fba8743 4d1e85fb
...@@ -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