Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 151b7b6

Browse files
committed
Removed leaked GitHub access token from Travis configuration.
1 parent ac6b56f commit 151b7b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ env:
1919
TESTS=dart2js
2020
global:
2121
- CHROME_BIN=/usr/bin/google-chrome
22-
- secure: "ZSUCLuDjvKEFmgjAd3GpUNCNkdjE66dEIiBfW+EfN0dv2+QHx/MHL4hRyKk2qbGjCr/suR9JWgmNE+Yu1A4fwzcYN52ehgyoLUCTL9YDk+XkFdFWpnjJ8364TDcDuJA0oxwcqJ9E3XUPv6sq1mbcX6DlkPKco7ZT8TLtGmd0nGA="
22+
# https://github.com/angular/angular.dart/commit/40563c891ed63e86b72d160fcafc6bfda0d21577
23+
# was good, but I'd recommend to regenerate leaked access token before
24+
# someone would use it in name of evil
2325

2426
# Don't test these branches.
2527
branches:

0 commit comments

Comments
 (0)