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
27 lines (23 loc) · 684 Bytes
/
.travis.yml
File metadata and controls
27 lines (23 loc) · 684 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: java
sudo: false
jdk:
- oraclejdk8
git:
submodules: false
install: true
script: ./travis.sh
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="