Skip to content

Commit fbd076e

Browse files
[travis] Fix push permissions for gh-pages
1 parent 4753c1d commit fbd076e

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.travis.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1+
script: ./.travis/build
2+
after_success:
3+
- coveralls -e _travis/install -e tests
4+
- git config --global user.name "Travis CI"
5+
- git config --global user.email "[email protected]"
6+
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph.git
7+
- git fetch origin gh-pages:gh-pages
8+
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
9+
before_install:
10+
- git submodule update --init --recursive
11+
- sudo apt-get update -qq
12+
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran
13+
- sudo pip install cpp-coveralls --use-mirrors
14+
compiler:
15+
- clang
16+
- gcc
17+
env:
18+
global:
19+
secure: VZsHMEVQT5ugtPedZE8bbqEEvnN9KqatLzfmlWIZ9rH0twzDw1xsNMlyIsBZzCe7VeiyUZQinCLWC3eWRSElk8ePqL9ZFl+Ddc17ngPjXqcf3YK9u3XJZvHqFPoLEPO9bh5nlBT+iMFdlqN3GG8SJMUzUuzu07X3CZy5e4RsqQo=
20+
notifications:
21+
email:
22+
23+
branches:
24+
only:
25+
- master
126
language: cpp
2-
compiler:
3-
- clang
4-
- gcc
5-
script: "./.travis/build"
6-
before_install:
7-
- git submodule update --init --recursive
8-
- sudo apt-get update -qq
9-
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran
10-
- sudo pip install cpp-coveralls --use-mirrors
11-
after_success:
12-
- coveralls -e _travis/install -e tests
13-
- git config --global user.name "Travis CI"
14-
- git config --global user.email "[email protected]"
15-
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph.git
16-
- git fetch origin gh-pages:gh-pages
17-
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
18-
notifications:
19-
email:
20-
21-
branches:
22-
only:
23-
- master
24-
matrix:
25-
allow_failures:
26-
- compiler: clang
27-
env:
28-
global:
29-
secure: "Slm+HqRT+Vy0SG7E9gEShuHvNz6XWRUmBhVBLVJEaYy/0Lo2qp4OjFEWDjiJwFIiXstW2Wclds4SuewAn3Tc4x7dsY+5uaMCX7S/HPzsBCjLXUwjKasUqEGaVTIYmtFJm57hOkz6K2SLUUV4intkMiwtCiq/R0xe92QTTKkHyfo="
27+
matrix:
28+
allow_failures:
29+
- compiler: clang

0 commit comments

Comments
 (0)