Skip to content

Commit

Permalink
Support for the Foundation ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 3, 2018
1 parent 862ab4f commit fbb0d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules/
.nyc_output
coverage
package-lock.json
*.tap
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -23,6 +23,7 @@
},
"scripts": {
"test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js",
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
"browser": "npm run write-zuul && zuul --browser-retries 2 -- test/browser.js",
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
"local": "zuul --local 3000 --no-coverage -- test/browser.js",
Expand Down

0 comments on commit fbb0d25

Please sign in to comment.