Skip to content

Commit aae50c9

Browse files
akosthekissrobertsipka
authored andcommitted
Simplify version key in AppVeyor configuration (#2650)
The format `1.0.{build}` is artificial, the 1.0 prefix has no meaning, `{build}` is enough. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent ec142f5 commit aae50c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
version: 1.0.{build}
2-
pull_requests:
3-
do_not_increment_build_number: true
1+
version: "{build}"
42
branches:
53
except:
64
- coverity_scan

0 commit comments

Comments
 (0)