forked from travis-ci/docs-travis-ci-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (40 loc) · 1022 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
38
39
40
#language: ruby
sudo: false
dist: trusty
language: python
python:
- "3.5.2"
branches:
only:
- gh-pages
env:
global:
- PATH=$HOME/.local/user/bin:$PATH
cache:
pip: true
directories:
- vendor/bundle
- node_modules
deploy:
provider: heroku
api_key:
secure: fkfayYzRdc0uh9iZeQKzC5/J3cKhVnyrkLRYSJmhixWtBHt87g7yzR1kGgsOce7OjqZ42bRn5W/gxyaDIUa+UMrt7RgURPASLy3rpm5wkk3iK2csvJaCixKcodI8UTXn7kRjYkrpQYcfvO1/25AnKBQKveobxSSAN3BQ3hERe5E=
app: docs-travis-ci-com
on:
branch: gh-pages
notifications:
slack:
rooms:
secure: LPNgf0Ra6Vu6I7XuK7tcnyFWJg+becx1RfAR35feWK81sru8TyuldQIt7uAKMA8tqFTP8j1Af7iz7UDokbCCfDNCX1GxdAWgXs+UKpwhO89nsidHAsCkW2lWSEM0E3xtOJDyNFoauiHxBKGKUsApJTnf39H+EW9tWrqN5W2sZg8=
on_success: never
install:
- bundle install --deployment
- pip install --upgrade pip
- pip install coala-bears
- npm install remark-cli@2
- npm install -g alex
before_script:
- rvm use 2.3.1 --install
script:
- bundle exec rake test
- coala --non-interactive Language