Changeset 44595
- Timestamp:
- 01/15/2019 04:50:03 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/appveyor.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/appveyor.yml
r44594 r44595 15 15 - npm install 16 16 17 18 test_script: 17 before_build: 19 18 - node --version 20 19 - npm --version 20 21 build_script: 21 22 - cmd: "grunt build" 23 24 test: off 25 26 deploy: off 22 27 23 28 notifications: … … 25 30 incoming_webhook: 26 31 secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA= 32 on_build_status_changed: true 33 template: Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}
Note: See TracChangeset
for help on using the changeset viewer.