forked from BecoSystems/spacewar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (36 loc) · 791 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
44
45
46
47
# Travis build lifecycle:
#
# 1. OPTIONAL Install apt addons
# 2. OPTIONAL Install cache components
# 3. before_install
# 4. install
# 5. before_script
# 6. script
# 7. OPTIONAL before_cache (for cleaning up cache)
# 8. after_success or after_failure
# 9. OPTIONAL before_deploy
# 10. OPTIONAL deploy
# 11. OPTIONAL after_deploy
# 12. after_script
language: generic
sudo: false
os: linux
#fail_fast: true
install: true
#install: sudo apt-get install clang gcc
# Multiple steps
# install:
# - bundle install --path vendor/bundle
# - npm install
#compiler:
# - clang
# - gcc
script:
- make wrongfiles
- make changerules
- make wronglines
- make rulenumber
- make ruletwice
notifications:
email: false
irc: "chat.freenode.net#contauto"