Skip to content

Commit

Permalink
fix: typo in .travis.yml
Browse files Browse the repository at this point in the history
When I pass the current version through js-yaml, it tells me that the whitespace there is unexpected.

Could this be why the CI no longer works?
  • Loading branch information
dominykas authored Jun 15, 2020
1 parent 245b0c5 commit 520f716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ node_js:
- "6.14.1"
- "8.11.1"
- "9.11.1"
matrix:
include:
- node_js: "4.0"
env: BROWSER=true
matrix:
include:
- node_js: "4.0"
env: BROWSER=true
before_install:
- npm install -g [email protected]
- npm install -g karma-cli
Expand Down

0 comments on commit 520f716

Please sign in to comment.