1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-16 01:21:15 +02:00

fixing a merge error with travis.yml

This commit is contained in:
darkbushido 2014-09-02 19:07:39 -05:00
parent 794dc136f6
commit 77f0a2d420
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD

View File

@ -2,6 +2,7 @@ env:
- RAKE_TASK=cucumber - RAKE_TASK=cucumber
- RAKE_TASK=cucumber:boot - RAKE_TASK=cucumber:boot
- RAKE_TASK=spec - RAKE_TASK=spec
language: ruby language: ruby
before_install: before_install:
- rake --version - rake --version
@ -29,10 +30,3 @@ notifications:
git: git:
depth: 5 depth: 5
env:
- RAKE_TASK=features
- RAKE_TASK=features:boot
- RAKE_TASK=spec
script: "bundle exec rake $RAKE_TASK"