Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: debug Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Nov 30, 2018
1 parent bdebb0c commit 076a146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cache:
- "node_modules"
before_install:
- "npm -g install npm@6"
install: "if [[ $DRAFTER = JS ]]; then npm install --no-optional; else npm install; fi"
install:
- "if [[ $DRAFTER = JS ]]; then npm install --no-optional; else npm install; fi"
- git diff --color | cat
script:
- "npm run lint && npm run test:coverage"
after_success:
Expand Down

0 comments on commit 076a146

Please sign in to comment.