Skip to content

Commit

Permalink
馃挌 Opt-out from config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jan 25, 2020
1 parent f33fd31 commit f7a2c95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
version: 1.0
language: node_js
node_js:
- "node"
install:
- "npm run i"
script:
- "npm run build"
- "npm run test-report"
deploy:
edge: true
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true

0 comments on commit f7a2c95

Please sign in to comment.