File tree Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
3
3
rust :
4
- - stable
5
- - beta
6
- - nightly
4
+ - stable
5
+ - beta
6
+ - nightly
7
+
7
8
matrix :
8
- allow_failures :
9
- - rust : nightly
9
+ allow_failures :
10
+ - rust : nightly
10
11
11
12
script :
12
- - cargo build --verbose
13
- - cargo build --features iron-handlers --verbose
13
+ - cargo build --verbose
14
+ - cargo build --features iron-handlers --verbose
15
+ - cargo test --verbose --features iron-handlers
16
+
17
+ after_success : |
18
+ set -e
19
+ [ $TRAVIS_BRANCH = master ]
20
+ [ $TRAVIS_PULL_REQUEST = false ]
21
+
22
+ cargo doc --features iron-handlers
23
+
24
+ mkdir -p ~/.ssh
25
+ openssl aes-256-cbc -K $encrypted_7258158212d8_key -iv $encrypted_7258158212d8_iv -in _build/travis-juniper.enc -out ~/.ssh/id_rsa -d
26
+ chmod 600 ~/.ssh/id_rsa
27
+
28
+ git clone --branch gh-pages [email protected] :mhallin/juniper deploy_docs
29
+ cd deploy_docs
30
+
31
+ git config user.name 'Juniper Documentation Builder'
32
+ git config user.email '[email protected] '
14
33
15
- - cargo test --verbose --features iron-handlers
34
+ rm -rf *
35
+ mv ../target/doc/* .
36
+ git add -A *
37
+ git commit -qm 'Update documentation for Juniper'
38
+ git push -q origin gh-pages
Original file line number Diff line number Diff line change
1
+ �L��At����ۇu��}k�b����i��xN��J�b'OŒ�6����s��`(�vZe�a���`�P݂W[D�W4����e�������9��4���gF���a�P���5��/8FQܪ"B� ~�Br����8@)��0�ye�Ć������C�����F�"m�����w��?�IN�T�(t�lߕS�%K_3�2�^�^kMLMTJ�ս�Z7c��z�&q�sd�H��^���
You can’t perform that action at this time.
0 commit comments