forked from azu/promises-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (37 loc) · 971 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sudo: false
language: node_js
rvm:
- "2.2.0"
node_js:
- "0.12"
cache:
directories:
- node_modules
- $HOME/.gradle
before_install:
- java -version
- ruby --version
- gem --version
- gem install asciidoctor
- gem install coderay
script:
- make test
after_success:
- rm .gitignore # ignore gitignore
- "./_tools/setup-git.sh"
- make deploy
env:
global:
- GH_REF: github.com/azu/promises-book.git
- secure: pNtiVeWTe/kPWmERJURFoCVfzDVOc19IPbr9rK9CDJHo9aFtBPXkRwYzXfjlIwnzzkrAnfowxNNerHxYXuiNK7z+xNT9H79pmYtd1Qap9fNZCFNIFkdaArAXoq635VWmGRdArGiQGNM4Am+bZdsgG4dJR4DEsjx6dcisfyb8yso=
- secure: Ne82o6v7wWwNQzd/2rKacyDgFgxLP822KPxxSZe/7/8gklbGMXOtDAhyW+5PgixOs7s3Vzknqw6dSTOPMY2c436F1ZJb6lMGcL6BPVSGmIXSYGm6C5SZIDTrp7QDarTAGCNiHlHFGySEhbz9R5CjPWF24kQfT/QdszZr7OokJYA=
branches:
except:
- preview-html
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/02e67e9b440eddb4a3da
on_success: change
on_failure: always
on_start: false