Make Travis create a Swift token file

This commit is contained in:
Garret Alfert 2016-02-02 00:10:47 +01:00
parent 409628c9e7
commit 536df23336

View File

@ -7,6 +7,7 @@ before_install:
- sh .travis/install_riakcs.sh
before_script:
- cp config.yml.example config.yml
- mkdir -p tmp && echo "swifttoken" > tmp/swift_token.txt
script: bundle exec rake test
branches:
only: