summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Coleman <ryan@puppetlabs.com>2013-03-28 09:37:58 -0700
committerRyan Coleman <ryan@puppetlabs.com>2013-03-28 09:37:58 -0700
commit7cbc303f2bcdcdc067028878e572170ee7d89a19 (patch)
tree86fe9a2f4909e6a222bc6ad853bc80da5259de84
parentf83f79816e71cbd5c92ef01f6cd26e52fa95e6b2 (diff)
parent14cfedd2d262e6e2f187bbd213c9a28e95210ff4 (diff)
Merge pull request #62 from puppetlabs/release/0.1.2
Update Modulefile for 0.1.2 release to Forge
-rw-r--r--.travis.yml13
-rw-r--r--Modulefile2
2 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f9f4b6f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+---
+language: java
+notifications:
+ email:
+ on_success: never
+ on_failure: always
+script:
+- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
+- .forge-releng/publish
+env:
+ global:
+ - PUBLISHER_LOGIN=rcoleman
+ - secure: "g2IiwsXB/FNJ6jPTxhUGiK4/zjmzN3Gv2jc65wfJumxIi3yBabi8nN/PZjzt\ntqHnhtVBH5TpJ2GADCGtcVWO0Yb1/pS2l4+oHmr93/5tG/OZsUT+tFvp2FAL\nU2yK6Nhw1zreQ5TtV8xu0CMGw+45kblqz3R7mViLS44dKLQ3whM="
diff --git a/Modulefile b/Modulefile
index e5e1f8a..809e71f 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,2 +1,2 @@
name 'puppetlabs/vcsrepo'
-version '0.1.1'
+version '0.1.2'