summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
| * Test against Ruby 2.6 and RubyGems 3Samuel Giddins2018-12-281-5/+16
| |
| * Bring CI matrix back to its previous stateDavid Rodríguez2018-12-061-7/+10
| |
| * move rubocop into a separate stage in Travis-CIColby Swandale2018-12-061-0/+10
| |
| * update ruby to the latest versions in travis-cicolby/update-rubyColby Swandale2018-10-181-3/+3
| |
* | Removed old ruby in Travis CI.SHIBATA Hiroshi2018-10-171-2/+0
|/
* configure bors instead of homuAndre Arko2018-09-181-1/+2
|
* Bump ruby 2.3 to latest patch level releaseDavid Rodríguez2018-06-281-3/+3
|
* Simplify comments for maintainabilityDavid Rodríguez2018-06-271-2/+2
|
* Test against latest rubygems versionDavid Rodríguez2018-06-271-3/+3
|
* Test 1.x against oldest and newest rubiesDavid Rodríguez2018-06-251-1/+1
|
* Bump ruby 2.5 to latest patch level releaseDavid Rodríguez2018-06-251-1/+1
|
* [Travis] Test against latest RubyGems versionseg-travis-2-5Samuel Giddins2017-12-261-3/+3
|
* [Travis] Test against latest ruby versionsSamuel Giddins2017-12-261-2/+2
|
* [Travis] Test against Ruby 2.5Samuel Giddins2017-12-261-0/+1
|
* [Travis] Test against RubyGems 2.7.1Samuel Giddins2017-11-031-3/+7
|
* update ruby version to v2.3.4 to v2.3.5, v2.4.1 to v2.4.2Keiji Yoshimi2017-09-231-4/+4
|
* [Travis] Override version before installing depsseg-bundler-2Samuel Giddins2017-09-061-1/+1
|
* Bump to a Bundler 2 versionSamuel Giddins2017-09-061-75/+7
|
* Extract override version for use installing in devindirect/override-version-for-devAndre Arko2017-08-071-1/+1
|
* [Travis] Begin testing Bundler 2Samuel Giddins2017-06-231-0/+3
|
* CI against Ruby 2.2.7, 2.3.4, and 2.4.1Koichi ITO2017-04-131-3/+3
| | | | | | | | These Ruby versions has been released, and these are available on Travis CI. https://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released https://www.ruby-lang.org/en/news/2017/03/28/ruby-2-2-7-released https://www.ruby-lang.org/en/news/2017/03/30/ruby-2-3-4-released
* CI against Ruby 2.1.10Koichi ITO2017-02-061-2/+2
|
* [Travis] Specify ruby version patch levelsseg-travis-2.4.0Samuel Giddins2016-12-251-6/+6
|
* [Travis] Test against Ruby 2.4Samuel Giddins2016-12-251-0/+2
|
* [Travis] Test agains rubygems 2.6.8seg-travis-update-ruby-rgSamuel Giddins2016-11-291-1/+1
|
* [Travis] Test against ruby 2.3.3Samuel Giddins2016-11-291-1/+1
|
* remove always-failing 1.8.7 buildremove-permafailing-buildAndre Arko2016-10-021-5/+1
|
* require one passing 1.8.7 buildcheck-187Andre Arko2016-09-081-2/+19
|
* back to default emailsdefault-travis-emailsAndre Arko2016-08-311-5/+0
|
* [Travis] Allow all 1.8.7 builds to failaa-testing-updateSamuel Giddins2016-08-221-19/+0
|
* add 1.8.7 to allowed failures so we can mergeAndre Arko2016-08-221-2/+21
|
* test against RubyGems 2.6.6Andre Arko2016-08-221-3/+7
| | | also stop testing RubyGems 2.4 on newer rubies ¯\_(ツ)_/¯
* Clean up spec output on Travisseg-travis-outputSamuel Giddins2016-08-041-1/+4
|
* [Travis] Build the auto branch for homuSamuel E. Giddins2016-07-051-0/+1
| | | [ci skip]
* [Travis] Test against Ruby `v2.3.1`James Wen2016-05-081-1/+1
|
* [Travis] Test against RubyGems `v2.6.4`James Wen2016-05-061-1/+1
|
* [Travis] Test against RubyGems 2.6.3seg-travis-rg-2.6.3Samuel Giddins2016-04-151-1/+1
|
* [Travis] Test against RubyGems 2.6.1seg-rubygems-2.6.1Samuel Giddins2016-02-281-1/+1
|
* [Travis] Test against RubyGems 2.6.0seg-rubygems-2.6.0Samuel Giddins2016-02-251-1/+1
|
* [Travis] Remove special frozen string literal buildseg-travis-remove-frozen-stringSamuel Giddins2016-02-051-4/+1
|
* [Travis] Replace RubyGems 2.5.1 with 2.5.2seg-rubocop-0.36Samuel Giddins2016-01-311-1/+1
|
* [Travis] Test against RubyGems 2.5.1seg-ruby-2.3Samuel Giddins2016-01-301-1/+1
|
* [Travis] Test against Ruby 2.3.0Samuel Giddins2016-01-301-0/+1
|
* Setup CodeClimateseg-code-climateSamuel Giddins2016-01-221-2/+6
|
* Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-151-0/+5
|\ | | | | | | | | | | [WIP] Better support of Ruby 2.3 with enabled frozen string literal This commit prevents several bugs with `RuntimeError: can't modify frozen String` with enabled string frozen literal in Ruby 2.3
| * Enable frozen_string_literal on Travisdeepj2015-12-161-0/+5
| |
* | Correct .travis.yml Rakefile line reference about possible RGV valuesJames Wen2015-12-151-1/+1
|/
* update travis build filesAndre Arko2015-11-101-13/+6
| | | | | | - add new rubygems 2.5.0 - update rubygems 2.2.3 to 2.2.5 - remove rbx-2, it has never passed - stop testing Ruby 1.9.2, it’s unused enough now
* Allow building auto for @homuAndre Arko2015-07-211-0/+1
| | | | [ci skip]
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-2/+2
|\ | | | | | | Version 1.10.4