Skip to content

Commit 201c4f4

Browse files
committed
more travis testing: win
1 parent fe7977b commit 201c4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ script:
9999
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
100100
echo "Windows";
101101
cordova build electron --release;
102-
find platforms
102+
find platforms;
103103
mv platforms/electron/build/*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
104104
ls *.exe;
105105
fi

0 commit comments

Comments
 (0)