Skip to content

Commit

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

0 comments on commit c403840

Please sign in to comment.