Skip to content

Commit 9ad92c2

Browse files
author
Nicholas Mathison
committed
Travis CI Support
1 parent 83a305f commit 9ad92c2

3 files changed

Lines changed: 36 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.*
33
!.gitignore
44
!.git*
5+
!.travis.yml
56

67
# ignore all temporary files and ahp specific files
78
*.bak
@@ -12,4 +13,4 @@
1213
# ignore compilation related directories in the root of the project
1314
/releases
1415
/build
15-
/lib
16+
/lib

.travis.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
language: groovy
2+
rvm:
3+
- 1.8.8
4+
install:
5+
- ant install-ivy -DfailIvy=false
6+
before_script:
7+
- export VERSION=${TRAVIS_TAG}.${TRAVIS_COMMIT:0:7}
8+
- ant run-tests
9+
script:
10+
- ant -Dcompile.no=y -Dversion=${VERSION}
11+
jdk:
12+
- oraclejdk8
13+
- oraclejdk7
14+
- openjdk7
15+
- openjdk6
16+
notifications:
17+
slack:
18+
secure: Rx1yp5ylxzI78vIEA9a543ZQmouvfi5J6CxDbRVqUAr3IPgeSgB/1oOpeS6ZtZZk99xgE+ROyxEuGRYUBpQ+oRVT54Pk/mw7dn9R5PQ25ObEAxTaht0EYgKbvbUMES0TBP9C+8vfI79UjcJvRLsCQ8gUIHrezMwXA4+MQlCg1M21CQPnfQoWCec+DyBpI56E4LDCawYNP1VZf4q7f0mwIB2EPR6YbeNlts6H7eaqkj1INetlqzumJb0va7HUOCEcMLWlEiaVYmuWyirGHZ8GhFnHts5niFMkaXIqAUsbwbGg3UG5TQpRiCllTvdg6l3ulLrIpQQRZlGVKWJ/GO4qNlKk+/an0vgrDDKJK/k5iD011NFPY8m3IvqNfN0ZlE+Pz7rJ/1koOrzydzkFKxigMsaxzMuBRPwUaj+YBmottVzf8plGZNG0w7IIc+Kw+BU51p+xeT82GUdOH3Qi90Q70J2bolfk2jGvQHAFSM3oFVMFT7WAcsf9W7t3F4TPzWrLddhQSKBrkhqX7MTpJTvfamtNY5wHDSEpSnZOAc4gSy1FpGBvbna1dJN2y1NafFarGfJQedMqKhzUsOVUa8lShs3qBeNXMVhldzDx4sG3tvhEmq4I7oFBAFv3NsBvkH0lfNvnlImtEKxevbJsndmgCfDdwPkyAPmEqefW1pFZvA0=
19+
on_success: change
20+
on_failure: change
21+
email: false
22+
deploy:
23+
provider: releases
24+
api_key:
25+
secure: KspVNzjP8pLNxQkVcJpq6TBhxGptgWLNwCVXU1wyK5ZUe4NYuXs4qQ0wQSniSBxrTscSuaP2GF9IibBxGn+5HkqMTvmFabVXaQg7nCEvEp8COyDT0jWDVOEyrOleN0+6bBlA2ytfNnDH12So49xEea4bWKdwOuJrHrVrSBCO4mw9Y7pI8Y+UjOo9hJ7cC33bKcMv0MHhPVYuqC745dshlsXxbLmK2m3c/PA/H68vC2yzMYr7GP8m8jtSWZYT2DNmqXPoj8P2RoWbYpa5R643zFp+cRB0L9A2VlTdg/m1uMav08JlsfLB6NoiH3pZFQQE1jV0GdusLInfCnSK7WGeYLYLQvWogcWajj9/xqsVgJvt7O6fDl/Sb7XexzPAG9t2hh/dqQ2XWE91C9soYaeUtHZaGk7YZL+rzqJROzJPVsVZhECbHW17lJRTocnAAhCJ+Rt7HkBdaZpN0KXYkS4dbzj7fnJ/yamwVfzgYs06d7Cee2rHJQUFMCDaIuSI9KiL9HSiJMVWQU4qhXk+r1XNSvgij+3hhsKMfL6noUKijKnDgihL2N51z181OIBBN8YUwY2Vp+l/sdxDhWx3X6RQ1THnHaPdAYOwQU/+ECotboJwhcR8AD9STKLNmwdZhBv4B0Ko1Yud+gJ0lC1KqHVdLZWcoUi953/I4X8fACNmOxI=
26+
file_glob: true
27+
file: releases/*.zip
28+
skip_cleanup: true
29+
on:
30+
tags: true
31+
repo: IBM-UrbanCode/Node.js-UCD

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM UrbanCode Deploy Node.js Plugin
1+
# IBM UrbanCode Deploy Node.js Plugin [![Build Status](https://travis-ci.org/IBM-UrbanCode/Node.js-UCD.svg?branch=master)](https://travis-ci.org/IBM-UrbanCode/Node.js-UCD)
22
---
33
Note: This is not the plugin distributable! This is the source code. To find the installable plugin, go into the 'Releases' tab, and download a stable version.
44

@@ -19,8 +19,8 @@ This plugin is protected under the [Eclipse Public 1.0 License](http://www.eclip
1919

2020
### History
2121
Version 4
22-
Adding Configure npm step.
23-
Added version option to Install Module step.
22+
Adding Configure npm step.
23+
Added version option to Install Module step.
2424
Version 3
2525
Community GitHub Release
2626

0 commit comments

Comments
 (0)