Travis rsync

This commit is contained in:
Perry Woodin 2016-09-13 10:36:37 -04:00
parent d116948938
commit 5c52ed0f9f
2 changed files with 13 additions and 15 deletions

View file

@ -1,21 +1,19 @@
language: ruby language: ruby
rvm: rvm:
- 2.3.1 - 2.3.1
before_script: before_script:
- chmod +x ./script/cibuild # or do this locally and commit - chmod +x ./script/cibuild
script: "./script/cibuild"
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./script/cibuild
# branch whitelist
# branches:
# only:
# - feature/travis # test the travis branch
env: env:
global: global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
sudo: false # route your build to the container-based infrastructure for a faster build before_install:
- openssl aes-256-cbc -K $encrypted_4395499fa958_key -iv $encrypted_4395499fa958_iv
-in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d
deploy:
provider: script
skip_cleanup: true
script: rsync -r --delete-after --quiet $TRAVIS_BUILD_DIR/_dist $user@$hostname:$production_path
on:
branch: master

BIN
dash.org-test-web.pem.enc Normal file

Binary file not shown.