forked from puppeteer/puppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch: - adds travis - adds eslint as required in devdeps - cleans up travis yml
- Loading branch information
1 parent
8e0a3ac
commit a033b1b
Showing
3 changed files
with
606 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: node_js | ||
node_js: | ||
- "7" | ||
dist: trusty | ||
env: | ||
cache: | ||
yarn: true | ||
directories: | ||
- node_modules | ||
install: | ||
- yarn install | ||
# puppeteer's install script downloads Chrome | ||
script: | ||
- yarn run lint | ||
- yarn run test-puppeteer | ||
- yarn run test-phantom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.