Skip to content

Commit c83b3cb

Browse files
authored
Merge pull request #1292 from CvX/percy-io
Use percy.io for visual testing
2 parents 0c79593 + f8cc4e5 commit c83b3cb

11 files changed

+795
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ env:
1717
- DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
1818
- TEST_DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
1919
- CARGO_TARGET_DIR=target
20+
- PERCY_PARALLEL_TOTAL=2
21+
# Percy secrets are included here to enable Percy's GitHub integration
22+
# on community-submitted PRs
23+
- PERCY_TOKEN=0d8707a02b19aebbec79bb0bf302b8d2fa95edb33169cfe41b084289596670b1
24+
- PERCY_PROJECT=crates-io/crates.io
2025

2126
before_install:
2227
- nvm install 8

0 commit comments

Comments
 (0)