Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ cache:

before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
- pushd .. && git clone https://github.com/onosproject/build-tools.git && popd

jobs:
include:
- stage: docs build
if: type != pull_request
script:
- sh build/bin/trigger-docs-travis $TRAVIS_API_TOKEN
- sh ../build-tools/build/travis/trigger-travis atomix docs master "`git rev-parse --short HEAD`" $TRAVIS_API_TOKEN
- stage: tests
script:
- make coverage
13 changes: 0 additions & 13 deletions build/bin/trigger-docs-travis

This file was deleted.