From 2516e9090ec4a79574dc9bb692f44b26849d8c44 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Tue, 2 Feb 2016 00:57:53 +0100 Subject: [PATCH] Make Travis only run Swift specs for now --- .travis.yml | 2 +- config.yml.example | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index b883498..d3d7d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: before_script: - cp config.yml.example config.yml - mkdir -p tmp && echo "swifttoken" > tmp/swift_token.txt -script: bundle exec rake test +script: ruby spec/swift/* branches: only: - master diff --git a/config.yml.example b/config.yml.example index b4e3ac3..e2aac55 100644 --- a/config.yml.example +++ b/config.yml.example @@ -23,15 +23,15 @@ development: &defaults test: <<: *defaults - riak: - <<: *riak_defaults - buckets: - data: rs_data_test - directories: rs_directories_test - binaries: rs_binaries_test - cs_binaries: rs.binaries.test - authorizations: rs_authorizations_test - opslog: rs_opslog_test + # riak: + # <<: *riak_defaults + # buckets: + # data: rs_data_test + # directories: rs_directories_test + # binaries: rs_binaries_test + # cs_binaries: rs.binaries.test + # authorizations: rs_authorizations_test + # opslog: rs_opslog_test swift: host: "https://swift.example.com" redis: