summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2016-09-29 10:17:01 -0600
committerChristoph Junghans <junghans@votca.org>2016-09-29 10:17:01 -0600
commit7f1f597dd240c36dd7b143d205701fdfd1c1c37a (patch)
treef04ffd7077c5815fe17054993b70cdd3735d9428
parent99cdf07964a4a3a72980c144133516370ee66602 (diff)
downloadfedora-review-7f1f597dd240c36dd7b143d205701fdfd1c1c37a.tar.gz
fedora-review-7f1f597dd240c36dd7b143d205701fdfd1c1c37a.tar.xz
fedora-review-7f1f597dd240c36dd7b143d205701fdfd1c1c37a.zip
votca-xtp: try rawhide
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b0892d2..4eb940c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ script:
echo "cat ${H}/review-${PKG}/review.txt"
} > review.sh
- chmod +x review.sh
- - docker run --privileged -v "${PWD}:/travis:rw" -it fedora /travis/review.sh
+ - docker run --privileged -v "${PWD}:/travis:rw" -it fedora:rawhide /travis/review.sh
after_success:
- git config --global user.name "Automatic Deployment (Travis CI)"
@@ -51,8 +51,6 @@ after_success:
echo "Review.txt http://${TRAVIS_REPO_SLUG%/*}.github.io/${TRAVIS_REPO_SLUG#*/}/${PKG}/review.txt";
echo "Build log https://travis-ci.org/${TRAVIS_REPO_SLUG}/builds/${TRAVIS_BUILD_ID}";
echo "Raw Build log https://s3.amazonaws.com/archive.travis-ci.org/jobs/$((${TRAVIS_BUILD_ID}+1))/log.txt";
- echo "Spec changes https://github.com/${TRAVIS_REPO_SLUG}/commit/${TRAVIS_COMMIT}";
- echo "Review changes https://github.com/${TRAVIS_REPO_SLUG}/commit/$(git rev-parse HEAD)";
echo "###################################################";
else
git status;