Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 04:32:37 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 04:41:16 +0300
commite22456f4999fde61921ed9caaa1ec5dd6d319722 (patch)
treec2aa3bb42a362474fb3964cc16df9889de507673 /.travis.yml
parentc3ac4113016efad2af844f54a6bcd2e671ee6661 (diff)
travis and test gemfiles
* Change Gemfiles from testing Sass versions to testing different Rails versions. Sass versions are now the upstream responsibility. Need to test with different Compass version in the future too. * Move compass from Gemfile into gemspec. * Change ruby version from 2.2.3 to 2.2 to use the latest available 2.2 binary on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index ccf69b5..5ab214e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,11 @@
language: ruby
sudo: false
rvm:
- - 2.1.5
- - 2.2.3
+ - 2.2
gemfile:
- - test/gemfiles/sass_3_3.gemfile
- - test/gemfiles/sass_3_4.gemfile
- - test/gemfiles/sass_head.gemfile
+ - test/gemfiles/rails_4_2.gemfile
cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
-matrix:
- allow_failures:
- - gemfile: test/gemfiles/sass_head.gemfile
notifications:
slack: heybb:3n88HHilXn76ji9vV4gL819Y
env: