Skip to content

Commit

Permalink
Add .travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
genebean committed Jul 27, 2020
1 parent 96cbcd7 commit 4ed38de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
before_install:
- gem update
- gem --version
language: ruby
script: "bundle exec rake test:spec:run"
notifications:
email: false
rvm:
- 2.6
- 2.4

0 comments on commit 4ed38de

Please sign in to comment.