We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cff33 commit c09db5dCopy full SHA for c09db5d
.travis.yml
@@ -1,5 +1,5 @@
1
language: ruby
2
-script: bundle exec rake test
+script: bundle exec rake $TEST_SUITE
3
bundler_args: --without development docs
4
before_install:
5
- sudo apt-get install -y python-pip
@@ -26,6 +26,9 @@ env:
26
- CASSANDRA_VERSION=2.1.3
27
- CASSANDRA_VERSION=2.0.12
28
- CASSANDRA_VERSION=1.2.19
29
+ - TEST_SUITE=rspec
30
+ - TEST_SUITE=integration
31
+ - TEST_SUITE=cucumber
32
matrix:
33
allow_failures:
34
- rvm: rbx-2
0 commit comments