aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:23:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:23:01 +0300
commit5c958dba09f7009b347ae546991cfeade978dc55 (patch)
tree7eace6799aab39b5fb27ad8395a273ab6d097b45
parentREADME.md: update (diff)
downloadegor-tensin.github.io-no_more_travis.tar.gz
egor-tensin.github.io-no_more_travis.zip
bye-bye, Travisno_more_travis
-rw-r--r--.travis.yml17
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