Delete .travis.yml

This commit is contained in:
Raz Luvaton
2021-05-01 23:47:51 +03:00
committed by GitHub
parent 150e4945d0
commit 1245dc7fea

View File

@ -1,10 +0,0 @@
language: node_js
node_js: lts/*
script:
- cd .operations
- npm i
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
- npm run lint
- npm run build