Skip to content

Commit e5c7cfc

Browse files
authored
Merge pull request #2335 from duncdrum/saucelabs-5
5.0.0 chore: add link to readme cleanup travis
2 parents 17b52ab + 472b1e5 commit e5c7cfc

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

.travis.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
notifications:
2+
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
3+
14
language: java
2-
sudo: false
5+
36
matrix:
47
include:
58
- jdk: openjdk8
@@ -8,10 +11,18 @@ matrix:
811
- jdk: openjdk10
912
- jdk: openjdk11
1013
- jdk: oraclejdk11
11-
14+
1215
- os: osx
1316
osx_image: xcode9.2
1417
env: JAVA_HOME=$(/usr/libexec/java_home)
18+
1519
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test
16-
notifications:
17-
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
20+
21+
cache:
22+
directories:
23+
- $HOME/.ivy2
24+
- $HOME/.m2
25+
26+
after_failure:
27+
- tar -cf logs.zip test/junit/data
28+
- curl -u $CHUNK_USER:$CHUNK_PW -sT logs.zip chunk.io

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
eXist is a high-performance open source native XML database—a NoSQL document database and application platform built entirely around XML technologies. The main homepage for eXist can be found at [exist-db.org](http://www.exist-db.org "eXist Homepage"). This is the GitHub repository of eXist source code, and this page links to resources for downloading, building, and contributing to eXist, below.
1818

19-
## Resources
20-
21-
- **Homepage:** <http://exist-db.org>
22-
- **Binaries:** <http://exist-db.org/exist/apps/homepage/index.html#download>
23-
- **Documentation:** <http://exist-db.org/exist/apps/doc>
24-
- **Book:** [http://shop.oreilly.com/product/0636920026525.do](http://www.jdoqocy.com/click-7654993-11290546?sid=&url=http%3A%2F%2Fshop.oreilly.com%2Fproduct%2F0636920026525.do%3Fcmp%3Daf-webplatform-books-videos-product_cj_auwidget636_0636920026525_%25zp)
25-
- **Packages:** <http://exist-db.org/exist/apps/public-repo>
26-
- **Source code:** <https://github.com/eXist-db/exist>
27-
- **Git clone URL:** <git://github.com/eXist-db/exist.git>
28-
- **Mailing list:** <https://lists.sourceforge.net/lists/listinfo/exist-open>
29-
- **HipChat:** <https://www.hipchat.com/invite/300223/6ea0341b23fa1cf8390a23592b4b2c39>
19+
## Resources
20+
21+
- **Homepage:** <http://exist-db.org>
22+
- **Binaries:** <http://exist-db.org/exist/apps/homepage/index.html#download>
23+
- **Documentation:** <http://exist-db.org/exist/apps/doc>
24+
- **Book:** [http://shop.oreilly.com/product/0636920026525.do](http://www.jdoqocy.com/click-7654993-11290546?sid=&url=http%3A%2F%2Fshop.oreilly.com%2Fproduct%2F0636920026525.do%3Fcmp%3Daf-webplatform-books-videos-product_cj_auwidget636_0636920026525_%25zp)
25+
- **Packages:** <http://exist-db.org/exist/apps/public-repo>
26+
- **Source code:** <https://github.com/eXist-db/exist>
27+
- **Git clone URL:** <git://github.com/eXist-db/exist.git>
28+
- **Mailing list:** <https://lists.sourceforge.net/lists/listinfo/exist-open>
29+
- **HipChat:** <https://www.hipchat.com/invite/300223/6ea0341b23fa1cf8390a23592b4b2c39>
3030

3131
New developers may find the notes in [BUILD.md](https://github.com/eXist-db/exist/blob/develop/BUILD.md) and [CONTRIBUTING.md](https://github.com/eXist-db/exist/blob/develop/CONTRIBUTING.md) helpful to start using and sharing your work with the eXist community.
3232

33-
## Credits
33+
## Credits
3434
The eXist-db developers use the YourKit Java Profiler.
3535

3636
<img src="https://www.yourkit.com/images/yklogo.png" alt="YourKit Logo"/>
@@ -39,3 +39,6 @@ YourKit kindly supports open source projects with its full-featured Java Profile
3939
YourKit, LLC is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>
4040
and <a href="https://www.yourkit.com/.net/profiler/">YourKit .NET Profiler</a>,
4141
innovative and intelligent tools for profiling Java and .NET applications.
42+
43+
![sauce-labs_horiz_red-grey_rgb_200x28](https://user-images.githubusercontent.com/6205362/49570521-27bcc400-f937-11e8-9bfd-1a3ffc721d3d.png)
44+
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com)

0 commit comments

Comments
 (0)