Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0maks committed Jun 17, 2021
1 parent 0d252c8 commit fde2ee9
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 @@ -26,4 +26,4 @@ install:

script:
- make
- if DEBUG=0 then sh scripts/travus_upload.sh release.linux.i686/luamod_mm_i686.so else sh scripts/travus_upload.sh debug.linux.i686/luamod_mm_i686.so fi
- if [[ "$DEBUG" == "0" ]]; then sh scripts/travis_upload.sh release.linux.i686/luamod_mm_i686.so; else sh scripts/travis_upload.sh debug.linux.i686/luamod_mm_i686.so; fi

0 comments on commit fde2ee9

Please sign in to comment.