We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc70c46 commit f0f92b7Copy full SHA for f0f92b7
.travis.yml
@@ -46,6 +46,8 @@ jobs:
46
- js68 test/mozjs.js
47
48
- name: Code coverage
49
+ # https://docs.travis-ci.com/user/conditions-v1
50
+ if: (fork = false)
51
node_js: "10"
52
script: npm run coveralls
53
0 commit comments