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:
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 /.travis.yml
parentff71c5f2aaa8cddc97d787c829b5d62ffb5e5dbd (diff)
add support for travis-ci
as per usual, this is probably broken.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cbad91c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: ruby
+gemfile:
+ - test/gemfiles/sass_3_1.gemfile
+ - test/gemfiles/sass_head.gemfile \ No newline at end of file