diff --git a/.travis.yml b/.travis.yml index e09d87ae2..a27d6c0ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,14 @@ cache: - thirdparty install: - - make dependencies + - if ! [ -d thirdparty ]; then + make dependencies; + fi + script: - make build after_success: - make test + - echo -e "Host ${DEPLOY_HOST}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - make doc - - make deploy + - make deploy \ No newline at end of file diff --git a/README.md b/README.md index f9b65de90..3bc42f08a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is S2SS, a gateway to forward and process simulation data between real time The docuementation for this software is available at [documentation/Mainpage](documentation/Mainpage.md). -You can access the prebuild documentation at: https://46.101.131.212/s2ss/doc/. +You can access the prebuild documentation at: http://46.101.131.212/s2ss/doc/. Alternatively, you can build the documentation yourself by calling `doxygen` in this directory. ## Contact