Skip to content

Commit

Permalink
chore(test): add dtslint files and script (#3944)
Browse files Browse the repository at this point in the history
* chore(test): add dtslint files and script

* chore(dtslint): add zip operator

* chore(dtslint): add zip observable

* chore(dtslint): rename directory
  • Loading branch information
cartant authored and benlesh committed Jul 25, 2018
1 parent 36deefc commit 0f4c532
Show file tree
Hide file tree
Showing 8 changed files with 516 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:

install:
- npm ci
- if [ "$FULL_VALIDATE" == "true" ]; then npm run lint && npm run test:circular; fi
- if [ "$FULL_VALIDATE" == "true" ]; then npm run lint && npm run dtslint && npm run test:circular; fi

script:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
Expand Down
Loading

0 comments on commit 0f4c532

Please sign in to comment.