diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 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 |
@@ -9,7 +9,7 @@ More informations on our website: [wallabag.org](http://wallabag.org) | |||
9 | Keep in mind it's an **instable** branch, everything can be broken :) | 9 | Keep in mind it's an **instable** branch, everything can be broken :) |
10 | 10 | ||
11 | ``` | 11 | ``` |
12 | git clone https://github.com/wallabag/wallabag.git -b refactor | 12 | git clone https://github.com/wallabag/wallabag.git -b v2 |
13 | cd wallabag | 13 | cd wallabag |
14 | composer install | 14 | composer install |
15 | php app/console wallabag:install | 15 | php app/console wallabag:install |