Skip to content

Commit

Permalink
Fix Travis syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Aug 7, 2019
1 parent d5b1789 commit 0faf465
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ env:

jobs:
include:
- name: Documentation test
language: go
go: 1.12.x
script:
- docker-compose -f .ci/doc/docker-compose.yml run doc-tests node index
- name: Documentation test
language: go
go: 1.12.x
script:
- docker-compose -f .ci/doc/docker-compose.yml run doc-tests node index

# -----------------------------------------------
# Linux amd64
Expand Down

0 comments on commit 0faf465

Please sign in to comment.