From 0739acfeba687073f1c1a6b5f72038144134935c Mon Sep 17 00:00:00 2001
From: Boris Kubiak <kubiakboris@gmail.com>
Date: Wed, 14 Oct 2020 17:43:20 +0200
Subject: [PATCH] Use underscores in travis config

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f213bfa..6204be1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,6 @@ script:
 
 deploy:
   provider: pages
-  skip-cleanup: true
-  github-token: $TOKEN
+  skip_cleanup: true
+  github_token: $TOKEN
   fqdn: vanity-eth.tk
\ No newline at end of file