Skip to content

Commit

Permalink
Travis CI added
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Oct 10, 2019
1 parent d85c46f commit 261294e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: scala
scala:
- 2.11.12
jdk:
- openjdk8
before_cache:
# Cleanup the cached directories to avoid unnecessary cache updates
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
cache:
directories:
- $HOME/.ivy2/cache
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# InCal Access ElasticSearch [![version](https://img.shields.io/badge/version-0.2.3-green.svg)](https://in-cal.org) [![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0)
# InCal Access ElasticSearch [![version](https://img.shields.io/badge/version-0.2.3-green.svg)](https://in-cal.org) [![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.com/in-cal/incal-access-elastic.svg?branch=master)](https://travis-ci.com/in-cal/incal-access-elastic)

This is a convenient repo-like access layer for Elastic Search based on [Elastic4S](https://github.com/sksamuel/elastic4s) library.

Expand Down Expand Up @@ -29,4 +29,4 @@ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.10.d
sudo dpkg -i elasticsearch-5.6.10.deb
sudo systemctl enable elasticsearch.service
sudo service elasticsearch start
```
```

0 comments on commit 261294e

Please sign in to comment.