Skip to content

Commit e771ec8

Browse files
authoredJan 23, 2020
💚 Opt-out from config validation
Source: https://stackoverflow.com/a/59188961/1656944
1 parent 7a66880 commit e771ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: node_js
2+
version: 1.0
23
node_js:
34
- "node"
45
install:
56
- "yarn"
67
script:
78
- "yarn test"
89
deploy:
10+
edge: true
911
provider: npm
1012
email: $NPM_EMAIL
1113
api_key: $NPM_TOKEN

0 commit comments

Comments
 (0)
Please sign in to comment.