Skip to content

Commit d6cd01a

Browse files
authored
Merge pull request #12 from lhein/cleanuptravis
Cleanuptravis
2 parents 52109cf + d5a204a commit d6cd01a

File tree

1 file changed

+23
-28
lines changed

1 file changed

+23
-28
lines changed

.travis.yml

+23-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
matrix:
2-
include:
3-
- language: java
4-
sudo: false
5-
before_install:
6-
- "export DISPLAY=:99.0"
7-
- "sh -e /etc/init.d/xvfb start"
8-
script:
9-
- 'mvn clean verify'
10-
jdk: oraclejdk8
11-
deploy:
12-
provider: releases
13-
api_key: ${DEPLOY_TOKEN}
14-
file:
15-
- "com.github.camel-tooling.lsp.eclipse.updatesite/target/com.github.camel-tooling.eclipse.updatesite-1.0.0-SNAPSHOT.zip"
16-
skip_cleanup: true
17-
overwrite: true
18-
on:
19-
branch: master
20-
# tags: true
21-
branches:
22-
only:
23-
- master
24-
cache:
25-
directories:
26-
- $HOME/.m2
27-
- $HOME/.gradle/
28-
env: DISPLAY=:99
1+
language: java
2+
env:
3+
global:
4+
- DISPLAY=:99
5+
before_install:
6+
- "export DISPLAY=:99.0"
7+
- "sh -e /etc/init.d/xvfb start"
8+
script: mvn clean verify
9+
jdk:
10+
- oraclejdk8
11+
cache:
12+
directories:
13+
- $HOME/.m2
14+
- $HOME/.gradle/
15+
deploy:
16+
provider: releases
17+
api_key: ${DEPLOY_TOKEN}
18+
file: com.github.camel-tooling.lsp.eclipse.updatesite/target/com.github.camel-tooling.eclipse.updatesite-1.0.0-SNAPSHOT.zip
19+
skip_cleanup: true
20+
overwrite: true
21+
on:
22+
branch: master
23+

0 commit comments

Comments
 (0)