Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Oct 1, 2013
1 parent bbfbc4b commit fdd5bde
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ jdk:
- openjdk7
- openjdk6
env:
- PROFILE=
- PROFILE="-Dhadoop.profile=2"
global:
- secure: "QoLd3npmApUw20q+KTt+6Il07bn/edl5pP3jmEqR+rXQXVA2kogjkZerZ5QdM2iQJha7D1M2Y4BTcsJ2Ty7biTxUZkDl+RXz6kpeHPX2alax/KO7mqrJuEfuPAQvaIdHNmKEmdiU/fLMn2q2HllE5MP7FzUNKD5YJIzh1IekPA8="
- secure: "WzMGwNwWwWw62kwvknMGS4W1zy3oRVihitCjjd5wqk/4JMTeWr+oAMv0GfA8GbOuOcYwA7JNxGXQlBMtn45+/PMLJgnsLxYUbqCD2ybwMBLlnembGYoRPABp5zkuzRmU3G2cbMdu/7VwvlTffEPPG/jqAFLKxmvG0oIOtPtk3lg="
matrix:
- PROFILE=
- PROFILE="-Dhadoop.profile=2"

install: true

script: "mvn $PROFILE clean verify"

# deploy if the first job is successful; should be replaced by an after_all_success if travis finally supports it
after_success:
- if [[ $TRAVIS_JOB_NUMBER == *1 ]]; then mvn -DskipTests deploy --settings deploysettings.xml; fi

env:
global:
- secure: hiYZDVhJ9P0KjC8IaW5fxR2ztUQrJAgXMnzXo57WMKrGg5wLIa4yjkOW0mxH/Hv06b7Sa+OxVIznOlQy3h1a2L54LzFzGeWgyica5oblMF4JK2l3wCcQ272hZjq6iKAMdUBtVioNcCEZDSQdtbF3w5sD1cseEEbtyz75W/cCgi4=
- secure: BOH2vIhuFnjNoF72BoWLvFaW9w2NxFm3+9mk0OpVIq+WSlH9bc169gJGs/HNiWrBvMJxV6WaiwVMoshw3hqKP1qihJzi8JIRSrNkgQw5/hyotOaPjsUskbCiq+PtAmpF3d3XFN9/W4+uP+dce2lDQC8IrRrSyJN6Mj2LDPRKeJU=

- if [[ $TRAVIS_JOB_NUMBER == *1 ]] && [[ $TRAVIS_PULL_REQUEST == \"false\" ]] ; then mvn -DskipTests deploy --settings deploysettings.xml; fi

0 comments on commit fdd5bde

Please sign in to comment.