diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-05 09:06:13 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-05 09:06:13 +0100 |
commit | c2e2906c8dcb83494c34d22c57f262d8f2b5f58d (patch) | |
tree | 54675411fa4920799bc5fb85a224c81dce7a7225 /.travis.yml | |
parent | 34d15eb4d0544263d27650207b23bd046e509f74 (diff) | |
download | wallabag-c2e2906c8dcb83494c34d22c57f262d8f2b5f58d.tar.gz wallabag-c2e2906c8dcb83494c34d22c57f262d8f2b5f58d.tar.zst wallabag-c2e2906c8dcb83494c34d22c57f262d8f2b5f58d.zip |
fix travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1d90a748..e99c1e6f 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,7 +7,7 @@ php: | |||
7 | 7 | ||
8 | branches: | 8 | branches: |
9 | only: | 9 | only: |
10 | - refactor | 10 | - v2 |
11 | 11 | ||
12 | before_script: | 12 | before_script: |
13 | - composer self-update | 13 | - composer self-update |