Skip to content

Commit

Permalink
test for shell alias
Browse files Browse the repository at this point in the history
  • Loading branch information
zhajio1988 authored Apr 2, 2019
1 parent 4f1d312 commit d0109dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ before_script:

# command to run tests
script:
- alias YASAsim="python3 $PRJ_HOME/bin/YASA/yasaTop.py"; YASAsim -doc
- alias YASAsim="python3 $PRJ_HOME/bin/YASA/yasaTop.py"
- YASAsim -doc
- python3 $PRJ_HOME/bin/YASA/yasaTop.py -h
- YASAsim -doc
- YASAsim -show test
Expand Down

0 comments on commit d0109dd

Please sign in to comment.