Skip to content

Commit

Permalink
Add Travis CI config for OS X and Linux
Browse files Browse the repository at this point in the history
Use Ruby versions 2.3.x, 2.4.x and 2.5.x.
  • Loading branch information
avdv committed Aug 8, 2018
1 parent 0c6348d commit a471d86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

os:
- linux
- osx

language: ruby

rvm:
- '2.3'
- '2.4'
- '2.5'

install:
- bundle install --path vendor/bundle

script:
- bundle exec rake

0 comments on commit a471d86

Please # to comment.