Skip to content

Commit 7b8c24b

Browse files
authored
Merge pull request #2333 from duncdrum/saucelabs-dev
chore: add link to readme cleanup travis
2 parents 92a8391 + 0f6a366 commit 7b8c24b

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

.travis.yml

Lines changed: 11 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,14 +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
20+
1621
cache:
1722
directories:
1823
- $HOME/.ivy2
1924
- $HOME/.m2
20-
notifications:
21-
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
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
@@ -20,21 +20,21 @@ eXist-db is a high-performance open source native XML database—a NoSQL documen
2020

2121
The eXist-db community has adopted the [Contributor Covenant](https://www.contributor-covenant.org/) [Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct).
2222

23-
## Resources
24-
25-
- **Homepage:** <http://exist-db.org>
26-
- **Binaries:** <http://exist-db.org/exist/apps/homepage/index.html#download>
27-
- **Documentation:** <http://exist-db.org/exist/apps/doc>
28-
- **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)
29-
- **Packages:** <http://exist-db.org/exist/apps/public-repo>
30-
- **Source code:** <https://github.com/eXist-db/exist>
31-
- **Git clone URL:** <git://github.com/eXist-db/exist.git>
32-
- **Mailing list:** <https://lists.sourceforge.net/lists/listinfo/exist-open>
33-
- **HipChat:** <https://www.hipchat.com/invite/300223/6ea0341b23fa1cf8390a23592b4b2c39>
23+
## Resources
24+
25+
- **Homepage:** <http://exist-db.org>
26+
- **Binaries:** <http://exist-db.org/exist/apps/homepage/index.html#download>
27+
- **Documentation:** <http://exist-db.org/exist/apps/doc>
28+
- **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)
29+
- **Packages:** <http://exist-db.org/exist/apps/public-repo>
30+
- **Source code:** <https://github.com/eXist-db/exist>
31+
- **Git clone URL:** <git://github.com/eXist-db/exist.git>
32+
- **Mailing list:** <https://lists.sourceforge.net/lists/listinfo/exist-open>
33+
- **HipChat:** <https://www.hipchat.com/invite/300223/6ea0341b23fa1cf8390a23592b4b2c39>
3434

3535
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.
3636

37-
## Credits
37+
## Credits
3838
The eXist-db developers use the YourKit Java Profiler.
3939

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

0 commit comments

Comments
 (0)