Skip to content

Commit

Permalink
Fix travis again?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Jun 28, 2022
1 parent bf25e36 commit e4de6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ node_js:

script:
- yarn run test --coverage
- yarn run build
- yarn exec react-scripts build

after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
4 changes: 2 additions & 2 deletions src/components/card.tsx
@@ -1,8 +1,8 @@
import React, { PropsWithChildren } from 'react'
import { Link } from 'react-router-dom'
import { Theme, CardContent, Card as MuiCard, ButtonBase, CardActionArea } from '@mui/material'
import { Theme, CardContent, Card as MuiCard, CardActionArea } from '@mui/material'
import CardHeader from '@mui/material/CardHeader'
import CardMedia, { CardMediaProps } from '@mui/material/CardMedia'
import CardMedia from '@mui/material/CardMedia'
import { createStyles, withStyles, WithStyles } from '@mui/styles'
import { Asset } from '../services/contentful'

Expand Down

0 comments on commit e4de6a8

Please sign in to comment.