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
path: root/test
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-05-06 22:51:07 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-05-06 22:51:07 +0400
commite128a5d16c7d96101a97417eaa4d4e45c9976ca6 (patch)
tree8c2a58fa973df91c6e86320193815da32e5f4d0a /test
parentff71c5f2aaa8cddc97d787c829b5d62ffb5e5dbd (diff)
add support for travis-ci
as per usual, this is probably broken.
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/sass_3_1.gemfile5
-rw-r--r--test/gemfiles/sass_head.gemfile5
2 files changed, 10 insertions, 0 deletions
diff --git a/test/gemfiles/sass_3_1.gemfile b/test/gemfiles/sass_3_1.gemfile
new file mode 100644
index 0000000..f67c992
--- /dev/null
+++ b/test/gemfiles/sass_3_1.gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem 'sass', '~> 3.1.12'
+
+gemspec path: "../" \ No newline at end of file
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
new file mode 100644
index 0000000..7a507e5
--- /dev/null
+++ b/test/gemfiles/sass_head.gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem 'sass', git: 'git://github.com/nex3/sass.git'
+
+gemspec path: "../" \ No newline at end of file