Skip to content

Commit c09db5d

Browse files
author
Bulat Shakirzyanov
committed
split up rspec, integration and cucumber tests
1 parent 60cff33 commit c09db5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
2-
script: bundle exec rake test
2+
script: bundle exec rake $TEST_SUITE
33
bundler_args: --without development docs
44
before_install:
55
- sudo apt-get install -y python-pip
@@ -26,6 +26,9 @@ env:
2626
- CASSANDRA_VERSION=2.1.3
2727
- CASSANDRA_VERSION=2.0.12
2828
- CASSANDRA_VERSION=1.2.19
29+
- TEST_SUITE=rspec
30+
- TEST_SUITE=integration
31+
- TEST_SUITE=cucumber
2932
matrix:
3033
allow_failures:
3134
- rvm: rbx-2

0 commit comments

Comments
 (0)