Skip to content

Commit 65ed5e4

Browse files
committed
fix .travis.yml
1 parent 1533489 commit 65ed5e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: java
2-
sudo: false
32
jdk:
43
- openjdk8
54
cache:
65
directories:
76
- "$HOME/.m2"
8-
script:
9-
- sh travis-build.sh
107

11-
after_success:
12-
- cd src/frontend && mvn --batch-mode package toolkit:deploy -Dtoolkit_profile=sae_profile.yaml -Dtoolkit_package=sae_package.yaml -Dtoolkit_deploy=sae_deploy.yaml
13-
14-
before_install:
15-
- openssl aes-256-cbc -k "$TRAVIS_PASSWORD" -in src/frontend/sae_profile.yaml.enc -out src/frontend/sae_profile.yaml -d
8+
jobs:
9+
include:
10+
- script: sh travis-build.sh
11+
- name: deploy
12+
if: branch = master && type != pull_request
13+
script:
14+
- openssl aes-256-cbc -k "$TRAVIS_PASSWORD" -in src/frontend/sae_profile.yaml.enc -out src/frontend/sae_profile.yaml -d
15+
- cd src/frontend && mvn --batch-mode package toolkit:deploy -Dtoolkit_profile=sae_profile.yaml -Dtoolkit_package=sae_package.yaml -Dtoolkit_deploy=sae_deploy.yaml

0 commit comments

Comments
 (0)