aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:56:15 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:56:15 +0100
commite480ecee55f0c6ce8421a98bee57cd7055e53275 (patch)
tree4e1563ade333517c4cc9c39a65921b48179e18d9 /.travis.yml
parentc9f21bee3c0bce88ef2e2683008142bcab464ac2 (diff)
downloadYAGE-e480ecee55f0c6ce8421a98bee57cd7055e53275.tar.gz
YAGE-e480ecee55f0c6ce8421a98bee57cd7055e53275.zip
Fixing travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f7979d0..40963180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ script:
- cmake -DENABLE_TESTING=1 ..
- make
- ctest
- - branch=$(git symbolic-ref HEAD | sed -e 's:.*/\(.*):\1:')
+ - branch=$(git symbolic-ref HEAD | sed -r -e 's:.*/(.*):\1:')
- 'if [ "$branch" = "master" ]; then
../tools/update_docs
fi'