cucumber_factory 2.1.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml DELETED
@@ -1,32 +0,0 @@
1
- rvm:
2
- - 2.1.10
3
- - 2.5.3
4
-
5
- gemfile:
6
- - Gemfile.cucumber-1.3
7
- - Gemfile.cucumber-2.4
8
- - Gemfile.cucumber-3.0
9
- - Gemfile.cucumber-3.1
10
-
11
- dist: trusty
12
-
13
- matrix:
14
- exclude:
15
- - gemfile: Gemfile.cucumber-3.1
16
- rvm: 2.1.10 # cucumber 3 wants ruby >= 2.2
17
- - gemfile: Gemfile.cucumber-3.0
18
- rvm: 2.1.10 # cucumber 3 wants ruby >= 2.2
19
-
20
- install:
21
- # Replace default Travis CI bundler script with a version that doesn't
22
- # explode when lockfile doesn't match recently bumped version
23
- - bundle install --no-deployment --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
24
-
25
- before_script:
26
- - mysql -e 'create database IF NOT EXISTS cucumber_factory_test;'
27
-
28
- script: bundle exec rake current_rspec
29
-
30
- sudo: false
31
-
32
- cache: bundler
@@ -1,4 +0,0 @@
1
- mysql:
2
- database: cucumber_factory_test
3
- username: travis
4
- password: