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

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-10-17 11:07:55 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-10-17 11:10:06 +0300
commitf55eb8bb64c83f40dcae5a36edf798c3265f5540 (patch)
tree4766c787b47a37ea933150fa609c7e8cbcd916cd /.travis.yml
parent53cc2ec0b440c783e90584b10f165af27b904d72 (diff)
Update tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c4caca..e334324 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,16 @@
+# Configuration options are documented at:
+# http://about.travis-ci.org/docs/user/languages/ruby/
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
+ - 2.1.2
+ - 2.2.1
gemfile:
- - tests/Gemfile
+ - test/Gemfile
branches:
only:
- master
- 2.x
-script: cd tests; bundle exec rake
+script: cd test; bundle exec rake