Skip to content

Commit 7bae30b

Browse files
committed
Merge remote-tracking branch 'origin/master' into 2-dev
2 parents ddfb4d1 + a918847 commit 7bae30b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
7777
provider: script
7878
script: bash deploy.sh
79+
on:
80+
all_branches: true
81+
condition: $TRAVIS_BRANCH =~ ^(master|*-stable)$
7982

8083
- stage: Deployment Doc Dev
8184
name: Deploy next-docs.kuzzle.io

doc/2/controllers/collection/refresh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From the [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticse
2121

2222
## Arguments
2323

24-
```cs
24+
```csharp
2525
Task RefreshAsync(string index, string collection);
2626
```
2727

0 commit comments

Comments
 (0)