forked from globaleaks/globaleaks-whistleblowing-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (27 loc) · 864 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
dist: jammy
language: python
sudo: required
addons:
chrome: stable
env:
global:
- secure: bx4jocxpUDAveKsuCZuJ1zRrHcCY3C05Gr8sd+X0d0wnuh61QwPj+7q35Y+PVRVCjkcpbiUJ1JrfK4jvNoJUdY1hLUwd8NttgE4wfDDVjCUQGJecwkYG22PKvlImP/z+WpvzcELb+tyPpQ/V3vfldbLRIILwkPfwC1W5Kj87pv8=
#Tokens: CODACY_PROJECT_TOKEN
jobs:
fast_finish: true
include:
- python: "3.9"
env: GLTEST='test' CODACY=true
- python: "3.9"
env: GLTEST='build_and_install' DISTRIBUTION='bookworm'
- python: "3.9"
env: GLTEST='build_and_install' DISTRIBUTION='jammy'
before_install:
- nvm install --lts
- nvm use --lts
install: true
script:
- "$TRAVIS_BUILD_DIR/travis/script.sh"
notifications:
slack:
secure: KhvVUD69Pq/0ZuQyug+NfH8LXLwFNlBQmhgAx6woYtnpGwq5KqMl4lpNeb1dKptUlJen+iAQRwO6nqAzWL92eO9qSCSLZDvKS0qDtMUAI9ax1cJ/G8K/Ee6vILU6id37VtwHFD4cJQPxZOZoDXoNcO6PRGVJDFt6JTGsOroexCI=