-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (24 loc) · 743 Bytes
/
.travis.yml
File metadata and controls
27 lines (24 loc) · 743 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
language: groovy
script:
- javac Add.java
- javap -p Add.class
- javap -l Add.class
- javap -c Add.class
- javap -s Add.class
- javap -public Add.class
- javap -sysinfo Add.class
#- groovyc InsufficientFundsException.groovy
#- groovyc InterestRateService.groovy
#- groovyc BankAccount.groovy
- ls -la *.class
- groovy AddTests.groovy
# - groovy BankAccountTests.groovy
after_failure:
#- set -x
- wget -O createIssue.sh https://gist.githubusercontent.com/hemanth22/3b5d1dae822e95b3b7b30912e7b54a62/raw/fd6405f5e9b9804a468ca96e9178cf1d354ff71c/createIssue.sh
- chmod 777 createIssue.sh
- ./createIssue.sh
notifications:
slack:
rooms:
- nothingorganization:GN1JzklSpbMyfZVWcS05U6a0#mygitrepos