add travis config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-04-16 22:55:02 +02:00
parent 7980a215ff
commit 4cb700e89e
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
langauge: generic
dist: bionic
addons:
apt:
update: true
packages:
- tidy
services:
- docker
script:
- tidy index.html || true
after_success:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin