File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ install:
11
11
- pip install nbconvert
12
12
script :
13
13
- make html
14
- env :
15
- global :
16
- - secure : " UxIG1W8kNUlMhnqRVefmJzKO41341nNQxNWTudsrSeqUUpHMsQ7AOX0pz9ICKbRt2NiOHFarqk8hxc8EVG6VsU8uYm429VPCCVMmMEY8Lo4HtBx7t8DFqnlAV9wxAeYU/Jo/uhtkrGq7XRJTloy6Ti+mlzr7qTBEU3SddrfMZk3mhpA5b84JrpGd80e4de6OtYiN5G9VHIVKWyjBZsOu9wKIaWpnmtvvGQgrAEHSc4dRuWmYzZEqQWSfQb4oFoo8clfKhj9Rq8mMFdv9tIfxZcNa/VXpfP42R253SM19pLeUt23ViWYgGLxSeM8opr37p/Fb9gyQpISbT691FfzCgId17jTvljzAx/zgvxbeWVYU483gm1jhOpBQkHujz3GxDhqIGLM3pYrNZut/StvJoKjHvvXPACfd+gojjigL6J9m7ztzMjXTJUNzclKrtsz5z0wsijhIXaArfJz4sKUVruKFpEF0S+Loc2Kv4WZi2quwyWdbTQNEC6nfRME1CFCfZQKgswKnh0ql82czYvGCjFzoWMGy1fp3mSwzNr8JE0dPOGYff3gX34id86BqyxaILWsupS0nJYoxTL9r6oezqLQIvuNkzyzFE0eXqKl65O1maVztbnBnzrVirRVjvYOqUfuEvJmhH65KII8vfRN5QEydLojghlsescerTWvhzLw="
14
+ notifications :
15
+ # Emails are sent to the committer's git-configured email address by default,
16
+ # but only if they have access to the repository. To enable Travis on your
17
+ # public fork of Caffe, just go to travis-ci.org and flip the switch on for
18
+ # your Caffe fork. To configure your git email address, use:
19
+ # git config --global user.email me@example.com
20
+ email :
21
+ on_success : always
22
+ on_failure : always
You can’t perform that action at this time.
0 commit comments