diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2018-02-12 01:54:14 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2018-02-12 01:54:14 -0800 |
| commit | 883aece8bdb5eeac9c14fdfd4b488e09554365a4 (patch) | |
| tree | 6918b4c344c12414ec9796d914d6adfa2f6d4974 | |
| parent | 02f4e21b4db8d4a76b92bc6392c428d1aaa27df2 (diff) | |
travis: Fix travis bug
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cd66d95..be67b6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,6 @@ jobs: - bin/pam_fscrypt.so skip_cleanup: true on: - repo: google/master + repo: google/fscrypt branch: master tags: true |