-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
55 lines (55 loc) · 965 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
48
49
50
51
52
53
54
55
#language: php
#dist: bionic
#
#branches:
# except:
# - dependabot/*
#
#php: "7.4"
#
#addons:
# apt:
# packages:
# - etoolbox
# - ghostscript
# - graphviz
# - latex-xcolor
# - librsvg2-bin
# - lmodern
# - make
# - nodejs
# - npm
# - pandoc
# - pandoc-citeproc
# - python3
# - python3-pip
# - python3-yaml
# - texlive-fonts-recommended
# - texlive-generic-recommended
# - texlive-humanities
# - texlive-lang-german
# - texlive-latex-recommended
# - texlive-luatex
# - texlive-xetex
#
#before_script:
# - composer install --no-interaction --no-scripts --no-suggest
# - cp .env.testing .env
# - composer run-script post-install-cmd
# - ./artisan setup
# - yarn
#
#script:
# - vendor/bin/phpstan analyse
# - vendor/bin/phpunit
# - yarn dev
#
#after_script:
#- cat storage/logs/laravel.log
#
#cache:
# apt: true
# directories:
# - vendor
# - .spec_build_venv
# - /home/travis/.composer