OSDN Git Service

Some more travis work...
authorPeter Jones <pjones@redhat.com>
Tue, 13 Mar 2018 22:08:16 +0000 (18:08 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 13 Mar 2018 22:08:21 +0000 (18:08 -0400)
Signed-off-by: Peter Jones <pjones@redhat.com>
.travis.yml

index c61a855..7f50a5e 100644 (file)
@@ -22,5 +22,5 @@ before_script:
 
 script:
   - set
-  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run --volume $HOME/.ccache:/root/.ccache withgit /bin/sh -c "cd /root && ./test/scripts/build-travis-deps.sh" ; fi
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]&& then docker run --volume $HOME/.ccache:/root/.ccache withgit /bin/sh -c "cd ${TRAVIS_BUILD_DIR} && git remote -v && git status && git checkout -f ${TRAVIS_PULL_REQUEST_SHA} && make clean all"
   - ccache -s