We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679ec4a commit 2493cb5Copy full SHA for 2493cb5
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
- - lts/*
+# Using node 12.18.2 instead of lts
4
+# https://github.com/chartjs/Chart.js/issues/7863#issuecomment-705222874
5
+ - "12.18.2"
6
7
before_install:
8
- "export CHROME_BIN=/usr/bin/google-chrome"
0 commit comments