Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 0f393bc

Browse files
[travis] Add push token
1 parent 6bdae0b commit 0f393bc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.travis.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
after_success:
1+
env:
2+
global:
3+
secure: ECiHIh0aT5ml/MdKifvFIM2UpDWiPsJPEZpafLYM8U0VAPYThSfUe8JWhMsky8amOwm38akbSbr6C7iBKVpzjAqpgNdOdufO1RUZ6pUvtlVXiXTw2KlqPqbDVlD3QroVDhnX/rIRcg5ezEHAIb594uEaHdf8tlikhjdTc3aAgMA=
4+
branches:
5+
only:
6+
- master
7+
notifications:
8+
email:
9+
10+
before_install:
11+
- git submodule update --init --recursive
12+
- sudo apt-get update -qq
13+
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx
14+
- sudo pip install cpp-coveralls --use-mirrors
15+
after_success:
216
- coveralls -e _travis/install -e tests
317
- git config --global user.name "Travis CI"
418
- git config --global user.email "[email protected]"
519
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph-python.git
620
- git fetch origin gh-pages:gh-pages
721
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
8-
branches:
9-
only:
10-
- master
11-
compiler:
22+
script: ./.travis/build
23+
language: cpp
24+
matrix:
25+
allow_failures:
26+
- compiler: clang
27+
compiler:
1228
- clang
1329
- gcc
14-
matrix:
15-
allow_failures:
16-
- compiler: clang
17-
before_install:
18-
- git submodule update --init --recursive
19-
- sudo apt-get update -qq
20-
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx
21-
- sudo pip install cpp-coveralls --use-mirrors
22-
language: cpp
23-
notifications:
24-
email:
25-
26-
script: ./.travis/build
27-
env:
28-
global:
29-
secure: dXnBor2MQ2eUyh6WqB6FKWWcE3MxzY8fin7xTyA+yJwpUsEgkvXp/4IEzx4CDSIjrLSR4P/MKQby9jnd+vTDOMH1NwXkdQH8c7mn/L3ZshALMKVNZIW6IDNx7jneAMud4/l9KHvauQVdby4cA7gFxbVQi+aPbhnioN4UO0AeLeA=

0 commit comments

Comments
 (0)