diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6d48362..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -sudo: false -language: ruby -rvm: - - 2.5.3 -before_install: gem install bundler -v 1.17.3 -script: - - bundle exec rake - -deploy: - provider: pages - local_dir: docs - skip_cleanup: true - email: chingor@google.com # To satisfy the CLA check, replace this with bot email. - github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard - on: - branch: master