forked from Ortus-Solutions/heroku-buildpack-commandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
23 lines (23 loc) · 921 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: java
branches:
only:
- master
before_install:
- curl --silent https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz | tar xz -C
/tmp/
- git clone https://github.com/heroku/heroku-buildpack-testrunner.git /tmp/testrunner
- "./bin/util/hatchet_travis_setup.sh"
install: true
script: eval $TEST_CMD
after_script: heroku keys:remove $USER@`hostname`
env:
global:
- HATCHET_RETRIES=3
- HATCHET_DEPLOY_STRATEGY=git
- HATCHET_BUILDPACK_BASE="https://github.com/Ortus-Solutions/heroku-buildpack-commandbox.git"
- HATCHET_APP_LIMIT=2
- SHUNIT_HOME="/tmp/shunit2-2.1.6"
- secure: DLdcaw69sPdcnhoBlW12jUDfTB0ikJokhby1fsp+d3SHAaw1tjY7hmwLU2A9GCBEgeKt5TOLUO7zeiQZEDFavE/c0zNE8o7m1qOmpVSP1946HtI6iFeYLPyIYYXTH2rL+V6Ua1fCXl8zYaqZ+YabWbIuSwgCPm3P4afUe0qL7aI=
matrix:
#- TEST_CMD='echo "Buildpack deployed!"'
- TEST_CMD="/tmp/testrunner/bin/run -c ."