diff --git a/.travis.yml b/.travis.yml index 781c131..edb1330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,19 @@ language: ruby rvm: - 2.3.1 - before_script: - - chmod +x ./script/cibuild # or do this locally and commit - -# 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 - +- chmod +x ./script/cibuild +script: "./script/cibuild" env: global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - -sudo: false # route your build to the container-based infrastructure for a faster build \ No newline at end of file + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true +sudo: false +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 diff --git a/dash.org-test-web.pem.enc b/dash.org-test-web.pem.enc new file mode 100644 index 0000000..8f28081 Binary files /dev/null and b/dash.org-test-web.pem.enc differ