]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove unnecessary changes (#7140)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Fri, 21 Feb 2020 23:55:40 +0000 (15:55 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 23:55:40 +0000 (18:55 -0500)
.travis.yml
docs/_config.yml [deleted file]

index de60f59fd5d3a6e06edc11290af5122f1320d318..5cb7e4d1b425a23374d01b87ea1e90177ff85fa3 100644 (file)
@@ -3,7 +3,7 @@ node_js:
   - lts/*
 
 before_install:
-  - "export CHROME_BIN=/usr/bin/google-chrome-beta"
+  - "export CHROME_BIN=/usr/bin/google-chrome"
 
 services:
   - xvfb
@@ -20,7 +20,7 @@ sudo: required
 dist: bionic
 
 addons:
-  chrome: beta
+  chrome: stable
   firefox: latest
 
 # IMPORTANT: scripts require GITHUB_AUTH_TOKEN and GITHUB_AUTH_EMAIL environment variables
diff --git a/docs/_config.yml b/docs/_config.yml
deleted file mode 100644 (file)
index c961262..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include:
-  - "_*_.html"