Sha256: 2a056e5e42537b36245d93dbb7e636794d2b7ed25ccd0606739dc4239d5ebbf7
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
sudo: false language: ruby rvm: - 2.2.3 addons: apt: packages: - bsdtar - libxslt1.1 before_install: # Install Bats, the Bash testing framework - npm install bats # Speed up Nokogiri installation substantially by using precompiled libxslt - bundle config build.nokogiri --use-system-libraries # Older versions of Vagrant can't handle the current version of Bundler, which # ships with Travis. - rvm @default,@global do gem uninstall bundler --all --executables - gem install bundler -v '~> 1.5.2' - bundle --version before_script: - test/setup.rb after_script: - test/cleanup.rb env: global: - VAGRANT_S3AUTH_ATLAS_BOX_NAME="travis-$TRAVIS_JOB_NUMBER" - VAGRANT_S3AUTH_BUCKET="travis-$TRAVIS_JOB_NUMBER.vagrant-gsauth.com" - VAGRANT_S3AUTH_REGION_NONSTANDARD=eu-west-1 - VAGRANT_S3AUTH_BOX_BASE=minimal matrix: - VAGRANT_VERSION=master - VAGRANT_VERSION=v1.8.1 - VAGRANT_VERSION=v1.7.4 - VAGRANT_VERSION=v1.6.5 - VAGRANT_VERSION=v1.5.1 deploy: provider: rubygems api_key: secure: foobar on: tags: true repo: ConduceInc/vagrant-gsauth
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-gsauth-1.0.1 | .travis.yml |
vagrant-gsauth-1.0.0 | .travis.yml |