Skip to content

Commit 4f8e20d

Browse files
committed
Removing flow, prettier, and build from travis for now
- The netlify build will fail if `npm run build` fails - I dont want to have to gitignore the content directory because it turns off local formatting with prettier - We have no flow tests yet
1 parent a5db831 commit 4f8e20d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ script:
66
# the `audit-level` is at `moderate` to avoid https://www.npmjs.com/advisories/836, which has no resolution at time of writing
77
# consider swapping from `moderate` to `low` whenever this is possible and / reasonable (ex: when issue in the link above is fixed)
88
- npm audit --audit-level=moderate
9-
- npm run flow
10-
- npm run prettier
11-
- npm run build

content/speakers/dana-lawson.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"name": "Dana Lawson",
1212
"pronouns": "she/her",
1313
"role": "VP of Engineering",
14-
"years": [
15-
"2019"
16-
],
14+
"years": ["2019"],
1715
"links": [
1816
{
1917
"type": "linkedin",

0 commit comments

Comments
 (0)