diff mbox series

[v1,3/5] disable build only for now

Message ID 1535270406-26015-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/5] travis: drop LD variable override | expand

Commit Message

Github ODP bot Aug. 26, 2018, 8 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 681 (lumag:travis-xenial)
 ** https://github.com/Linaro/odp/pull/681
 ** Patch: https://github.com/Linaro/odp/pull/681.patch
 ** Base sha: 989df5d2f97ab4711328b11282dcc743f5740e00
 ** Merge commit sha: d8e7eaf6fa1b281c4ef9759cf7b64bfdd3b64c0b
 **/
 .travis.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 4c028566d..8ccf9f97a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,6 @@ 
 language: c
 sudo: required
 dist: trusty
-stages:
-  - "build only"
-  - test
 
 #addons:
 #        coverity_scan:
@@ -113,8 +110,7 @@  jobs:
                               -e CC="${CC}"
                               -e CONF="${CONF}"
                               ${DOCKER_NAMESPACE}/travis-odp-lng-ubuntu_16.04 /odp/scripts/ci/distcheck.sh
-                - stage: "build only"
-                  env: TEST=doxygen
+                - env: TEST=doxygen
                   compiler: gcc
                   addons:
                           apt:
@@ -147,8 +143,7 @@  jobs:
                              else
                                true
                              fi
-                - stage: "build only"
-                  env: Ubuntu16.04_arm64
+                - env: Ubuntu16.04_arm64
                   script:
                           - docker run  -i -t -v `pwd`:/odp
                               -e CC="${CC}"