-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathshippable.yml
More file actions
executable file
·35 lines (26 loc) · 886 Bytes
/
shippable.yml
File metadata and controls
executable file
·35 lines (26 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Language setting
language: clojure
lein:
- lein
env:
- secure: DsvPZFkfXeiCY6BInUwXdeYWzHEedz85zXmW8c2JxHA8OZhs7JwmJjglEZhZU5z6E1N4v1U4NG2+10c73P+6R7NrswhkOhMS8XAqsOnvbgjVTPQLvEapt3lsBfkIFqEuZJuTzoCtaxHsE9LNlwlApmW92uL3GX3FZiSFJTeZKGKuAFnUQFlX82vfsz1tWBuaCRUFCMZpD/FziUgH6IbPViTuqYETgb8I/uJOJiWLpRioxXY4B5KRsAkH9LupNQ4pGHZsv3NLrh6k+6kZeRqt8tdb07pw10VYL+rKI8gz0ZIn6vgG5du1i7Zq6edZzq1OuUF9Zyloap41nNeIZys4oQ==
#build_image: shippable/minv2:beta
# Create directories for test and coverage reports
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
# Running the test with Leiningen
script:
- echo $text
- cd sample
- lein test
after_script:
- cp README.md ./shippable
notifications:
email:
- buildsampletest@gmail.com
- vidya@shippable.com
after_success:
- echo "success"
after_failure:
- echo "failed"