Skip to content

Commit

Permalink
chore: clean up remaining Travis references (#6826)
Browse files Browse the repository at this point in the history
Issue: #6726
  • Loading branch information
theDavidBarton committed Feb 8, 2021
1 parent 3b13012 commit b047023
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Expand Up @@ -194,7 +194,7 @@ export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox

## Running Puppeteer on Travis CI

> 👋 We run our tests for Puppeteer on Travis CI - see our [`.travis.yml`](https://github.com/puppeteer/puppeteer/blob/main/.travis.yml) for reference.
> 👋 We ran our tests for Puppeteer on Travis CI until v6.0.0 (when we've migrated to GitHub Actions) - see our historical [`.travis.yml` (v5.5.0)](https://github.com/puppeteer/puppeteer/blob/v5.5.0/.travis.yml) for reference.
Tips-n-tricks:
- [xvfb](https://en.wikipedia.org/wiki/Xvfb) service should be launched in order to run Chromium in non-headless mode
Expand Down
1 change: 0 additions & 1 deletion experimental/puppeteer-firefox/.npmignore
Expand Up @@ -31,7 +31,6 @@ yarn.lock
.editorconfig
.eslintignore
.eslintrc.js
.travis.yml
README.md
tsconfig.json

2 changes: 1 addition & 1 deletion utils/doclint/cli.js
Expand Up @@ -129,7 +129,7 @@ async function run() {
}
console.log(`${errors.length} failures, ${warnings.length} warnings.`);

if (!clearExit && !process.env.TRAVIS)
if (!clearExit && !process.env.GITHUB_ACTIONS)
console.log(
'\nIs your lib/ directory up to date? You might need to `npm run tsc`.\n'
);
Expand Down

0 comments on commit b047023

Please sign in to comment.