Skip to content

Commit

Permalink
Use remote travis job script
Browse files Browse the repository at this point in the history
  • Loading branch information
adibrastegarnia committed May 8, 2020
1 parent 3b60209 commit 674d9ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# atomix-go-node

[![Build Status](https://travis-ci.org/atomix/go-framework.svg?branch=master)](https://travis-ci.org/atomix/go-framework)
[![Integration Test Status](https://img.shields.io/travis/atomix/go-framework?label=Integration%20Tests&logo=Integration)](https://travis-ci.org/onosproject/onos-test)
[![Build Status](https://travis-ci.com/atomix/go-framework.svg?branch=master)](https://travis-ci.com/atomix/go-framework)
[![Integration Test Status](https://img.shields.io/travis/atomix/go-framework?label=Integration%20Tests&logo=Integration)](https://travis-ci.com/onosproject/onos-test)
[![Go Report Card](https://goreportcard.com/badge/github.com/atomix/go-framework)](https://goreportcard.com/report/github.com/atomix/go-framework)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)
[![Coverage Status](https://img.shields.io/coveralls/github/atomix/go-framework/badge.svg)](https://coveralls.io/github/atomix/go-framework?branch=master)
Expand Down
13 changes: 0 additions & 13 deletions build/bin/trigger-docs-travis

This file was deleted.

0 comments on commit 674d9ca

Please sign in to comment.