diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 21:23:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 21:23:01 +0300 |
commit | 5c958dba09f7009b347ae546991cfeade978dc55 (patch) | |
tree | 7eace6799aab39b5fb27ad8395a273ab6d097b45 | |
parent | README.md: update (diff) | |
download | egor-tensin.github.io-5c958dba09f7009b347ae546991cfeade978dc55.tar.gz egor-tensin.github.io-5c958dba09f7009b347ae546991cfeade978dc55.zip |
bye-bye, Travisno_more_travis
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cab652d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -os: linux -dist: bionic -language: ruby - -jobs: - fast_finish: true - - include: - - name: Build using Bundler - install: bundle install --jobs=3 --retry=3 - script: bundle exec jekyll build - - name: Build using latest github-pages - install: - # `jekyll build` seems to be using Bundler if Gemfile is present: - - rm -f -- Gemfile Gemfile.lock - - gem install github-pages - script: jekyll build |