Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 03d6669

Browse files
authored
Merge pull request #186 from osu-cass/dev
Dev
2 parents 90e4cc4 + b08bbf6 commit 03d6669

File tree

6 files changed

+12
-26
lines changed

6 files changed

+12
-26
lines changed

.travis.yml

-11
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ language: node_js
33
node_js:
44
- 'node'
55

6-
cache:
7-
directories:
8-
- node_modules
9-
10-
# install: true
11-
126
stages:
13-
# - install
147
- test
158
- name: deploy docs
169
if: branch = master
@@ -21,10 +14,6 @@ stages:
2114

2215
jobs:
2316
include:
24-
# - stage: install
25-
# env:
26-
# - NAME=install
27-
# script: npm i -g npm@latest && npm ci
2817
- stage: test
2918
env:
3019
- NAME=jest

src/Layout/Footer.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export const Footer: React.SFC<{}> = props => {
1515
Practice and training tests are available here.
1616
</a>
1717
<div className="footer-copyright">
18-
<p>
19-
&copy; The Regents of the University of California – Smarter
20-
Balanced Assessment Consortium
21-
</p>
18+
<p>&copy; The Regents of the University of California.</p>
2219
<a className="footer-sbLink" href="//www.smarterbalanced.org">
2320
www.SmarterBalanced.org
2421
</a>

stories/AboutTestItems/__snapshots__/AboutTestItems.storybook.storyshot

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exports[`Storyshots About Test Items bad item type 1`] = `
8888
className="footer-copyright"
8989
>
9090
<p>
91-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
91+
© The Regents of the University of California.
9292
</p>
9393
<a
9494
className="footer-sbLink"
@@ -203,7 +203,7 @@ exports[`Storyshots About Test Items default 1`] = `
203203
className="footer-copyright"
204204
>
205205
<p>
206-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
206+
© The Regents of the University of California.
207207
</p>
208208
<a
209209
className="footer-sbLink"
@@ -318,7 +318,7 @@ exports[`Storyshots About Test Items default, param 1`] = `
318318
className="footer-copyright"
319319
>
320320
<p>
321-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
321+
© The Regents of the University of California.
322322
</p>
323323
<a
324324
className="footer-sbLink"
@@ -433,7 +433,7 @@ exports[`Storyshots About Test Items loading, param 1`] = `
433433
className="footer-copyright"
434434
>
435435
<p>
436-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
436+
© The Regents of the University of California.
437437
</p>
438438
<a
439439
className="footer-sbLink"
@@ -548,7 +548,7 @@ exports[`Storyshots About Test Items reject, param 1`] = `
548548
className="footer-copyright"
549549
>
550550
<p>
551-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
551+
© The Regents of the University of California.
552552
</p>
553553
<a
554554
className="footer-sbLink"

stories/ItemBank/__snapshots__/ItemBank.storybook.storyshot

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ exports[`Storyshots Item Bank default 1`] = `
243243
className="footer-copyright"
244244
>
245245
<p>
246-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
246+
© The Regents of the University of California.
247247
</p>
248248
<a
249249
className="footer-sbLink"
@@ -492,7 +492,7 @@ exports[`Storyshots Item Bank default error client 1`] = `
492492
className="footer-copyright"
493493
>
494494
<p>
495-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
495+
© The Regents of the University of California.
496496
</p>
497497
<a
498498
className="footer-sbLink"

stories/Layout/__snapshots__/Layout.storybook.storyshot

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ exports[`Storyshots Layout name links body 1`] = `
144144
className="footer-copyright"
145145
>
146146
<p>
147-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
147+
© The Regents of the University of California.
148148
</p>
149149
<a
150150
className="footer-sbLink"
@@ -320,7 +320,7 @@ exports[`Storyshots Layout name links header and body 1`] = `
320320
className="footer-copyright"
321321
>
322322
<p>
323-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
323+
© The Regents of the University of California.
324324
</p>
325325
<a
326326
className="footer-sbLink"
@@ -427,7 +427,7 @@ exports[`Storyshots Layout name no links no body 1`] = `
427427
className="footer-copyright"
428428
>
429429
<p>
430-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
430+
© The Regents of the University of California.
431431
</p>
432432
<a
433433
className="footer-sbLink"

stories/Layout/__snapshots__/LayoutFooter.storybook.storyshot

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`Storyshots Layout Footer default footer 1`] = `
3232
className="footer-copyright"
3333
>
3434
<p>
35-
© The Regents of the University of California – Smarter Balanced Assessment Consortium
35+
© The Regents of the University of California.
3636
</p>
3737
<a
3838
className="footer-sbLink"

0 commit comments

Comments
 (0)