Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
forgot that the tests currently require secrets - need recorded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Aug 29, 2015
1 parent 3688080 commit c58d9c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rvm:

script:
- cd service_management/azure && bundle install && bundle exec rake test:unit
- cd ../../resource_management && bundle install && bundle exec rake spec
- cd ../../resource_management && bundle install
- if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ] ; then rake test:integration ; fi

5 changes: 0 additions & 5 deletions resource_management/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
source 'https://rubygems.org'

group :development do
gem 'json'
gem 'concurrent-ruby-ext'
gem 'faraday'
gem 'faraday-cookie_jar'
gem 'ms_rest_azure'
gem 'azure_mgmt_resources', path: 'azure_mgmt_resources'
gem 'azure_mgmt_storage', path: 'azure_mgmt_storage'
gem 'azure_mgmt_network', path: 'azure_mgmt_network'
Expand Down

0 comments on commit c58d9c1

Please sign in to comment.