Skip to content

Commit

Permalink
Cleanup ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMiaou committed Jan 19, 2018
1 parent a8e1dbe commit 15cd7c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pkg/*
*.pem
.DS_STORE
doc
.ruby-version
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
rvm:
- 2.3.1
- 2.3
- 2.4
- ruby-head
before_script:
- rake jira:generate_public_cert
script: bundle exec rake spec
script: bundle exec rake spec

0 comments on commit 15cd7c4

Please sign in to comment.