Skip to content

Commit

Permalink
fix(travis): fix typo in conditions (#5673)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 authored Feb 18, 2020
1 parent 772f5f9 commit a5f1d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
script:
- if [[ "$NGV" == "ivy" ]]; then npm run demo.build:ivy; fi
- if [[ "$NGV" == "latest" ]]; then npm run demo.build:latest; fi
- if [[ "$NGV" !== "latest" && "$NGV" !== "ivy"]]; then npm run demo.build; fi
- if [[ "$NGV" != "latest" && "$NGV" != "ivy"]]; then npm run demo.build; fi
deploy:
provider: surge
project: ./gh-pages/
Expand Down

0 comments on commit a5f1d2d

Please sign in to comment.