Update Travis CI to run remote data service tests

GSoC/Meterpreter_Web_Console
Matthew Kienow 2019-01-18 13:12:42 -05:00
parent 9fce991d8e
commit 7117e29af7
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag ~content"'
# Used for testing the remote data service
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" REMOTE_DB=1'
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag ~content" REMOTE_DB=1'
matrix:
fast_finish: true