Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Fazil Basheer committed May 6, 2019
1 parent 2b44075 commit 2ce96b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
sudo: false

language: ruby

rvm:
- 2.6.3

services:
- docker

before_install:
- docker build -t console .
- docker run -v ~/ilm:/ilm:ro console bash -c "cd ilm; rspec"
- docker ps -a
- gem install bundler
- docker build -t console .
- docker run -it console /bin/sh -c "cd /ilm; rspec;"

script:
- rspec
- rspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[travis]: https://travis-ci.com/ilm-labs/ilm
[![Build Status](https://www.travis-ci.com/ilm-labs/ilm.svg?branch=master)](https://www.travis-ci.com/ilm-labs/ilm)

# Ilm
Ilm is a Ruby gem for Chemistry, which supports the calculation of molecular mass of compound, balancing chemical equations and efficient handling of states of chemical species.
Expand Down

0 comments on commit 2ce96b8

Please sign in to comment.