Make Travis only run Swift specs for now
This commit is contained in:
parent
2e6ad907ef
commit
2516e9090e
@ -10,7 +10,7 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- cp config.yml.example config.yml
|
- cp config.yml.example config.yml
|
||||||
- mkdir -p tmp && echo "swifttoken" > tmp/swift_token.txt
|
- mkdir -p tmp && echo "swifttoken" > tmp/swift_token.txt
|
||||||
script: bundle exec rake test
|
script: ruby spec/swift/*
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -23,15 +23,15 @@ development: &defaults
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
riak:
|
# riak:
|
||||||
<<: *riak_defaults
|
# <<: *riak_defaults
|
||||||
buckets:
|
# buckets:
|
||||||
data: rs_data_test
|
# data: rs_data_test
|
||||||
directories: rs_directories_test
|
# directories: rs_directories_test
|
||||||
binaries: rs_binaries_test
|
# binaries: rs_binaries_test
|
||||||
cs_binaries: rs.binaries.test
|
# cs_binaries: rs.binaries.test
|
||||||
authorizations: rs_authorizations_test
|
# authorizations: rs_authorizations_test
|
||||||
opslog: rs_opslog_test
|
# opslog: rs_opslog_test
|
||||||
swift:
|
swift:
|
||||||
host: "https://swift.example.com"
|
host: "https://swift.example.com"
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user