Delete `travis.yml` (#665)
This commit is contained in:
parent
49c339a062
commit
e40bc98f47
|
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy
|
name: deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
19
.travis.yml
19
.travis.yml
|
|
@ -1,19 +0,0 @@
|
||||||
language: ruby
|
|
||||||
rvm:
|
|
||||||
- 2.4.1
|
|
||||||
|
|
||||||
# Assume bundler is being used, therefore
|
|
||||||
# the `install` step will run `bundle install` by default.
|
|
||||||
script: ./bin/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
|
|
||||||
|
|
||||||
cache: bundler # caching bundler gem packages will speed up build
|
|
||||||
|
|
||||||
# Optional: disable email notifications about the outcome of your builds
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# al-folio
|
# al-folio
|
||||||
|
|
||||||
[](https://travis-ci.org/alshedivat/al-folio)
|
[](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml)
|
||||||
[](https://alshedivat.github.io/al-folio/)
|
[](https://alshedivat.github.io/al-folio/)
|
||||||
[](https://github.com/alshedivat/al-folio/graphs/contributors/)
|
[](https://github.com/alshedivat/al-folio/graphs/contributors/)
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue