diff options
author | Nathan Wang | 2020-07-20 00:54:36 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-20 00:54:36 -0700 |
commit | e3051f5bddf7a8325f5355284666df7c4c3294c0 (patch) | |
tree | aaf07584804529e5595bc5d91567a6425d132ecb | |
parent | 175056a73c6bcda0e7065195da77124d796e2498 (diff) |
try to break travis
-rw-r--r-- | src/templates/syllabusTemplate.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/syllabusTemplate.tsx b/src/templates/syllabusTemplate.tsx index 35a02fd..b0ea4c9 100644 --- a/src/templates/syllabusTemplate.tsx +++ b/src/templates/syllabusTemplate.tsx @@ -89,6 +89,8 @@ export default function Template(props) { ['Skipped'], ['Not Attempted'] ); + // try to break travis + console.log(window.location.hostname); return ( <Layout> |