Skip to content

Commit

Permalink
Reemove integration tests and CLI build from merge commits (#1239)
Browse files Browse the repository at this point in the history
* Reemove integration tests and CLI build from merge commits

* Why were the modules files modified?
  • Loading branch information
ray-milkey committed Dec 3, 2020
1 parent 658ed6f commit 3f9f95e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
if: type == pull_request || fork == false
script:
- make coverage
- stage: Integration Tests
if: type != pull_request && fork == false
script:
- sh ../build-tools/build/travis/trigger-travis onosproject onos-test master "`git rev-parse --short HEAD`" $TRAVIS_ACCESS_TOKEN
- stage: CLI Build
if: type != pull_request && fork == false
script:
- sh ../build-tools/build/travis/trigger-travis onosproject onos-cli master "`git rev-parse --short HEAD`" $TRAVIS_ACCESS_TOKEN
- stage: Release
if: type != pull_request && fork == false
script:
Expand Down

0 comments on commit 3f9f95e

Please sign in to comment.