-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
43 lines (39 loc) · 842 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
41
42
43
---
os: osx
osx_image: xcode9.4
before_install:
- brew update
- brew outdated
- brew tap rockyluke/devops
install:
- ruby --version
script:
- brew install bolt
- brew install c2go
- brew install checkipaconsistency
- brew install drac-kvm
- brew install exabgp
- brew install flint
- brew install git-sweep
- brew install gitlint
- brew install gocyclo
- brew install golint
- brew install hey
- brew install i2cssh
- brew install lunchy
- brew install markdownlint
- brew install modulesync
- brew install pup
- brew install puppet-lint
- brew install pycodestyle
- brew install pydocstyle
- brew install pylint
- brew install pyupio
- brew install rubocop
- brew install yaml-lint
- brew install yamllint
notifications:
email:
on_success: never
on_failure: always
# EOF