You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by ajs6f <gi...@git.apache.org> on 2016/10/08 13:55:08 UTC

[GitHub] jena pull request #175: Added .travis.yml

GitHub user ajs6f opened a pull request:

    https://github.com/apache/jena/pull/175

    Added .travis.yml

    https://issues.apache.org/jira/browse/JENA-1241

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajs6f/jena TravisCI

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/175.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #175
    
----
commit 50dce0d0de8cb6939d26a5f35ff88261387f8364
Author: ajs6f <aj...@virginia.edu>
Date:   2016-10-08T13:49:08Z

    Added .travis.yml

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #175: Added .travis.yml

Posted by afs <gi...@git.apache.org>.
Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/175#discussion_r82504373
  
    --- Diff: .travis.yml ---
    @@ -0,0 +1,18 @@
    +language: java
    +sudo: false
    +script: mvn -Pdev verify
    +jdk:
    +  - oraclejdk8
    +  - openjdk8
    +env:
    +  global:
    +    - JAVA_OPTS="-Xmx1024M -Xms512M"
    +notifications:
    +  irc:
    +    channels:
    +      - "irc.freenode.org#jena"
    --- End diff --
    
    This is wasn't mentioned in the JIRA!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #175: Added .travis.yml

Posted by ajs6f <gi...@git.apache.org>.
Github user ajs6f commented on the issue:

    https://github.com/apache/jena/pull/175
  
    If it don't work, it don't work. I'll pull that line out, along with the IRC stanza.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #175: Added .travis.yml

Posted by ajs6f <gi...@git.apache.org>.
Github user ajs6f closed the pull request at:

    https://github.com/apache/jena/pull/175


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #175: Added .travis.yml

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/175
  
    `openjdk8` is not provided. Use `oraclejdk8`.
    
    https://docs.travis-ci.com/user/languages/java/
    (other parts of the documentation may disagree but I just tried ... no `openjdk8`.)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #175: Added .travis.yml

Posted by ajs6f <gi...@git.apache.org>.
Github user ajs6f commented on a diff in the pull request:

    https://github.com/apache/jena/pull/175#discussion_r82504509
  
    --- Diff: .travis.yml ---
    @@ -0,0 +1,18 @@
    +language: java
    +sudo: false
    +script: mvn -Pdev verify
    +jdk:
    +  - oraclejdk8
    +  - openjdk8
    +env:
    +  global:
    +    - JAVA_OPTS="-Xmx1024M -Xms512M"
    +notifications:
    +  irc:
    +    channels:
    +      - "irc.freenode.org#jena"
    --- End diff --
    
    I just took that from [here](https://jena.apache.org/help_and_support/#other-channels) in our docs. I hang out in the Jena IRC room all the time and nothing ever gets notified into there. I thought it would be convenient (it's great for other projects on which I work), but it's hardly of the essence. I can take it out if it worries you. What is "jarvis"?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #175: Added .travis.yml

Posted by ajs6f <gi...@git.apache.org>.
Github user ajs6f commented on a diff in the pull request:

    https://github.com/apache/jena/pull/175#discussion_r82504407
  
    --- Diff: .travis.yml ---
    @@ -0,0 +1,18 @@
    +language: java
    +sudo: false
    +script: mvn -Pdev verify
    +jdk:
    +  - oraclejdk8
    +  - openjdk8
    +env:
    +  global:
    +    - JAVA_OPTS="-Xmx1024M -Xms512M"
    +notifications:
    +  irc:
    +    channels:
    +      - "irc.freenode.org#jena"
    --- End diff --
    
    What isn't?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #175: Added .travis.yml

Posted by ajs6f <gi...@git.apache.org>.
Github user ajs6f commented on the issue:

    https://github.com/apache/jena/pull/175
  
    Fixed in Apache Git with f659ca8c16f030dcf4e1a1f547f2dfaefb092fdf


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #175: Added .travis.yml

Posted by afs <gi...@git.apache.org>.
Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/175#discussion_r82504448
  
    --- Diff: .travis.yml ---
    @@ -0,0 +1,18 @@
    +language: java
    +sudo: false
    +script: mvn -Pdev verify
    +jdk:
    +  - oraclejdk8
    +  - openjdk8
    +env:
    +  global:
    +    - JAVA_OPTS="-Xmx1024M -Xms512M"
    +notifications:
    +  irc:
    +    channels:
    +      - "irc.freenode.org#jena"
    --- End diff --
    
    Having the IRC channel notified.
    
    And if anyone clones this and adds it to jarvis, we get it twice. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---