Skip to content

Commit

Permalink
Merge pull request #19 from charphi/develop
Browse files Browse the repository at this point in the history
Added travis script.
  • Loading branch information
charphi authored Apr 18, 2018
2 parents d89e390 + 81d7611 commit 91afeb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: java
jdk:
- oraclejdk8

cache:
directories:
- $HOME/.m2

before_script: cd nbdemetra-benchmarking
22 changes: 5 additions & 17 deletions nbdemetra-benchmarking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,26 +125,14 @@
<repositories>
<repository>
<id>netbeans-releases</id>
<url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>joinup-releases</id>
<url>https://joinup.ec.europa.eu/nexus/content/repositories/releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<url>http://bits.netbeans.org/maven2/</url>
</repository>
<repository>
<id>joinup-snapshots</id>
<url>https://joinup.ec.europa.eu/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>oss-jfrog-artifactory-releases</id>
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 91afeb7

Please sign in to comment.