diff --git a/.travis.yml b/.travis.yml index 4a0d654..02d2724 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,6 @@ script: - chmod u+x ./build - chmod u+x ./genbook - chmod u+x ./genwebsite -- "./genwebsite" +- ./genwebsite - chmod u+x .travis/deploy.sh -- ".travis/deploy.sh" +- .travis/deploy.sh