Skip to content

Commit 6b37e6c

Browse files
committed
fixed record key
1 parent 4a44ede commit 6b37e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults: &defaults
1818
# ## print all Travis environment variables for debugging
1919
- $(npm bin)/print-env TRAVIS
2020
- npm start -- --silent &
21-
- npm run cy:run -- --record --key first_test
21+
- npm run cy:run -- --record --key d6b59750-9fbd-432b-8db5-0f6ee46956b0
2222
# after all tests finish running we need
2323
# to kill all background jobs (like "npm start &")
2424
- kill $(jobs -p) || true

0 commit comments

Comments
 (0)