forked from heroku/heroku-buildpack-scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
23 lines (23 loc) · 847 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: scala
branches:
only:
- master
before_install:
- curl --silent https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz | tar xz -C
/tmp/
- git clone https://github.com/heroku/heroku-buildpack-testrunner.git /tmp/testrunner
- "./etc/hatchet_travis_setup.sh"
install: true
script: eval "$TEST_CMD"
after_script: heroku keys:remove $USER@`hostname`
env:
global:
- IS_RUNNING_ON_TRAVIS=true
- HATCHET_RETRIES=3
- HATCHET_DEPLOY_STRATEGY=git
- HATCHET_BUILDPACK_BASE="https://github.com/heroku/heroku-buildpack-scala.git"
- SHUNIT_HOME="/tmp/shunit2-2.1.6"
- secure: CCeP0CWt6kd+PPMRLuPYzKQJy4QFVPgCzEXIp4J5mlDiaYIK5weBdOzS3YaAu2ly4Lw1iikbuQyt/SiJohiwUfcVC08LHATtjp6ZqvpjHA8SEG8g6tHeB5GcN7Vo/qDzXy40KHJ9s/oqrhXuOINE6IkWFg6Z1k0BO0NbTXNqmdQ=
matrix:
- TEST_CMD='sh hatchet.sh'
- TEST_CMD="/tmp/testrunner/bin/run -c ."