Skip to content

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Dec 26, 2017
1 parent 6addcf3 commit cf925e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ branches:
- "/.*-[0-9]+\\..*/"
install: true
script: ".travis/build.sh"
cache:
directories:
- "~/.m2/repository"
env:
global:
- secure: kmDSu10wKkwx8EvXJ3Lq1cryUshpnBLb9OahtfnzQ3uIDutE32aiXeb7O74JRAC70XuODnNk1o/r01ucyjWVnbn9ZKBZUboFe3AUHugVSeWYB+/ctyWN4Hy4x10SWxBEaMpJ9wj3NtCCuRKzQYkDSyGKltpzd1jB9HLdV8O5Kug=
- secure: I9b0zIu6KEM758HJnR/f1WZ0eTO45H8pvPmbKNzTSvTLwwee9Sz4dFg14P8aNNTusI2Ux2aOKNMqZzHg1qbTXsiQdWwFXiOmnfsZOJiD2NhH3ILGB97S1qLLW4g2W+4bizqWsW+KmK1mnUe2bCVLqsGlRfXhdK22oFQNmorM2TQ=
- secure: VrPrfI6zuWTkrRKjviSQtBrgcsP26oafbcx4l74lMdZ2QDfHKzkRJUFtUNjBra3a4FCqS/1lfcMvPmVnWeRidYQzCrUN+WdAjZRmOF4i7OLRmXoHJ7HreHwMsYkro0zlvQ9JDMkuu9wqoNG2tyBlxgI3XXsbrjVJQpqt7gdkHAo=
- secure: IyTsPDg0ekUFJEZJvPYfPKYMtqpFxgBNYTqwJOvGnQkwC3h9Zn+xuIF5f+G3WLV6Ija1RRac/9jseeZa1BuR0ZIALr6W19LNv+tta/dg0FGQ3ygxj1BBc+DjOO98cuBTYgWZuP9/4lgh1ifBzeZyi8qLRmtd5jYFGmMLmNfmQSc=
- secure: NwIg2jeZvQgStZhjkbnEot0AK2omNbkXSGAadh+i+hM15BZ9W4FP4vob4o9AVG3CBmNxQtsj8rqgKtxK/YCsqY8jl1XxkJNyWGzyjDbbJPjV5pG4moq5oRKjjd5/CqDEpLu0VnuQ+cnYhV90RdjoCS4LPQ/oFiQAURMvi/UQN8g=
- secure: Un1pPzkSY/IbXYrbXxkJJuftJEBqZ8xGYyWwDhT/S9Px7TVhzUqUPPeDkIvfosIri0wVswWIPpfqaXmKOR3c924EGcLWMy/GaYRAXlVMnRerfVat42mv+E1H3T3N5gpwmvXzA5kCedPbrlQXnyic5BBddzGkUh3EJTNmXo5OKwI=
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/travis-build.sh
sh travis-build.sh
sh travis-build.sh $encrypted_ee45ac18040b_key $encrypted_ee45ac18040b_iv
14 changes: 0 additions & 14 deletions .travis/settings.xml

This file was deleted.

Binary file added .travis/signingkey.asc.enc
Binary file not shown.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>17.1.1</version>
<version>17.2.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -91,9 +91,6 @@ Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
<license.projectName>ImageJ software for multidimensional image processing and analysis.</license.projectName>
<ij1-patcher.jar>${project.build.directory}/${project.build.finalName}.jar</ij1-patcher.jar>

<!-- NB: Deploy releases to the ImageJ Maven repository. -->
<releaseProfiles>deploy-to-imagej</releaseProfiles>
</properties>

<dependencies>
Expand Down

0 comments on commit cf925e5

Please sign in to comment.