Skip to content

Commit

Permalink
Fix a path in Travis-CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed May 8, 2020
1 parent 7d6dda0 commit ccc58b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ script:
# print version numbers
- octave-cli --no-gui --eval ver
- octave-cli --no-gui -p $MIPS_PATH --eval mipsver
- octave-cli --no-gui -p $MIPS_PATH --eval mpomver
- octave-cli --no-gui -p $MP_OPT_MODEL_PATH --eval mpomver
- octave-cli --no-gui -p $MP_OPT_MODEL_PATH --eval "qps_glpk( [],[1; 1],[1 1],[2],[2],[1; 1],[1; 1],[1; 1],struct('verbose', 3));"
- octave-cli --no-gui -p $MP_OPT_MODEL_PATH --eval "qps_ipopt([],[1; 1],[1 1],[2],[2],[1; 1],[1; 1],[1; 1],struct('verbose', 2));"

Expand Down

0 comments on commit ccc58b6

Please sign in to comment.