21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-01 16:30:49 +02:00

Travis config

This commit is contained in:
Colin Darie 2018-05-23 14:41:08 +02:00
parent 84e62755cf
commit 9ccee38b14
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 27 additions and 1 deletions

25
.travis.yml Normal file
View file

@ -0,0 +1,25 @@
language:
- ruby
cache:
- bundler
- yarn
node_js: 9
sudo: false
addons:
chrome: stable
before_install:
- cp config/database.example.yml config/database.yml
install:
- bundle install
- yarn install
- rails db:setup
script:
- bundle exec rubocop
- bundle exec rails test

View file

@ -1,2 +1,3 @@
# chexpire
# chexpire [![Build Status](https://travis-ci.org/Evolix/chexpire.svg?branch=master)](https://travis-ci.org/Evolix/chexpire)
A web application to help check for domain or SSL/TLS certificate expirations.