Skip to content

Commit

Permalink
Reformatted YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Apr 22, 2020
1 parent c403840 commit 7917712
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,19 @@ matrix:
include:
- name: "js lint"
language: node_js
node_js:
- "node"
- "10"
node_js: 10
script: "npm run lint:js"
- name: "css lint"
language: node_js
node_js:
- "node"
- "10"
node_js: 10
script: "npm run lint:css"
- name: "npm audit"
language: node_js
node_js:
- "node"
- "10"
node_js: 10
script: "npm run lint:audit"
- name: "tests"
language: node_js
node_js:
- "node"
- "10"
node_js: 10
env:
- NODE_ENV=tests
install:
Expand Down

0 comments on commit 7917712

Please sign in to comment.