Commit 2556068d authored by jeremiejig's avatar jeremiejig

adding the entry point to do some more test.

parent 7919f8ef
......@@ -20,11 +20,13 @@ env:
before_install:
- tests/install_fish.sh
- fish -c 'ln -sf $TRAVIS_BUILD_DIR/tests/fish_user_function $fish_function_path[1]'
before_script: pwd; tree -h
script:
- /bin/sh tests/travis_install_omf.sh
- tests/travis_tests.fish
after_script:
- cd ~/.config/fish; tree -h; find . -type f | xargs cat
......
# SYNOPSIS
# refresh
#
# OVERVIEW
# Refresh (reload) the current fish session.
function refresh -d "refresh the fish session (Travis Override)"
echo !!! Shell refresh requested in testing Environment !!!
exit 0;
end
#!/usr/bin/env fish
set -l return_code 0
omf help
omf query PATH
omf install apt
exit $return_code
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