Browse Source

TRAVIS: fix cwd

tags/0.7.5
Julian Ospald 7 years ago
parent
commit
6e37e18bc8
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -48,7 +48,8 @@ script:
else
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
fi;
cd ..

after_script:
- ./update-gh-pages.sh


Loading…
Cancel
Save