Make Travis only run Swift specs for now

This commit is contained in:
Garret Alfert
2016-02-02 00:57:53 +01:00
parent 2e6ad907ef
commit 2516e9090e
2 changed files with 10 additions and 10 deletions

View File

@@ -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