diff options
| author | Joseph Richey <joerichey@google.com> | 2018-02-12 01:54:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 01:54:55 -0800 |
| commit | b4a794d5c1e6017fe325678020d518a3a63854d2 (patch) | |
| tree | 6918b4c344c12414ec9796d914d6adfa2f6d4974 | |
| parent | 02f4e21b4db8d4a76b92bc6392c428d1aaa27df2 (diff) | |
| parent | 883aece8bdb5eeac9c14fdfd4b488e09554365a4 (diff) | |
Merge pull request #90 from google/travis
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 |