forked from SonarSource/sonar-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (27 loc) · 730 Bytes
/
.travis.yml
File metadata and controls
32 lines (27 loc) · 730 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
language: java
sudo: false
jdk:
- oraclejdk8
git:
submodules: false
install: true
script: ./travis.sh
env:
- TEST=ci
matrix:
fast_finish: true
cache:
directories:
- '$HOME/.m2/repository'
before_cache:
# remove all the artifacts that are installed in local repo because of mvn deploy
- rm -rf $HOME/.m2/repository/org/sonarsource/python
- find $HOME/.m2 -name resolver-status.properties -exec rm {} \;
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar'
notifications:
email: false
webhooks:
- secure: "kY/6qPf7wxMrEhC+ch4XTChAukoIUw0RG3IK7vRY9ATSI9vTF3XNpXu6c53CwhnDcdDacaTIYVxrw+ewpIr0AWd3Pvtixb2X7Z/nzN2PdetvL7bqzXsTwfss7YlWOIHO+pt54cb8lRbVnp9uNxINBMGPpjLK1h+Szb+YJThp6e0="