Skip to content

Commit e3c8772

Browse files
committed
travis updates
1 parent 05eb9c4 commit e3c8772

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ install:
2727

2828
script:
2929
# Execute build via ANT
30-
- sudo ant -DisTravis=true -Dbuild.number=$TRAVIS_BUILD_NUMBER -f workbench/build.xml
30+
- ant -DisTravis=true -Dbuild.number=$TRAVIS_BUILD_NUMBER -f workbench/build.xml
31+
# Spit out log just in case we need to debug
32+
- box server log
3133

3234
# Only executed when merging to master
3335
before_deploy:

modules/cbvalidation/box.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name" : "ColdBox Validation",
33
"author" : "Ortus Solutions.com <[email protected]",
4-
"version" : "1.2.0",
5-
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/1.2.0/cbvalidation-1.2.0.zip",
4+
"version" : "@build.version@[email protected]@",
5+
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/cbvalidation-@build.version@.zip",
66
"slug" : "cbvalidation",
77
"type" : "modules",
88
"homepage" : "https://github.com/coldbox-modules/cbox-validation",
@@ -24,7 +24,5 @@
2424
".git*"
2525
],
2626
"scripts":{
27-
"postVersion" : "package set location='http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/`package version`/cbvalidation-`package version`.zip'",
28-
"postPublish" : "!git push --follow-tags"
2927
}
3028
}

0 commit comments

Comments
 (0)