Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f61be14

Browse files
committed
build: fix site not loading due to dataSource exception
Fixes #426
1 parent cbb959f commit f61be14

File tree

3 files changed

+263
-145
lines changed

3 files changed

+263
-145
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
sudo: false
33

44
node_js:
5-
- '6.9.1'
5+
- '8.11.1'
66

77
branches:
88
only:
@@ -38,4 +38,4 @@ script:
3838

3939
cache:
4040
directories:
41-
- node_modules
41+
- node_modules

0 commit comments

Comments
 (0)