diff --git a/.travis.yml b/.travis.yml index a04507c..a362350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,8 +74,8 @@ script: - if [ "$TRAVIS_OS_NAME" == "windows" ]; then echo "Windows"; cordova build electron --release; - mv "platforms\electron\build\rdzSonde Setup *.exe" rdzSonde-setup-${TRAVIS_TAG}.exe - ls *.exe + mv "platforms\electron\build\rdzSonde Setup *.exe" rdzSonde-setup-${TRAVIS_TAG}.exe; + ls *.exe; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then echo "OSX";