Skip to content

Commit

Permalink
Remove doc generation from CI (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
hodoulp authored and michdolan committed Oct 4, 2018
1 parent b3a12db commit c10d313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ before_install:
# Linux ones
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update -qq;
sudo apt-get install -y -qq texlive-full;
sudo apt-get install -y -qq freeglut3-dev libglew-dev libxmu-dev libxi-dev;
mkdir ${TRAVIS_BUILD_DIR}/_cmake;
wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.sh;
Expand Down Expand Up @@ -58,7 +57,6 @@ script:
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
- cmake --build . --target install
- ctest -V
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake --build . --target pdf; fi

deploy:
provider: pages
Expand Down

0 comments on commit c10d313

Please sign in to comment.