-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (25 loc) · 805 Bytes
/
.travis.yml
File metadata and controls
32 lines (25 loc) · 805 Bytes
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
matrix:
include:
- language: elixir
dist: focal
elixir: '1.11.2'
otp_release: '23.0.2'
services:
- postgresql
before_install:
- sudo apt-get install ldap-utils slapd
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
- (source $HOME/.cargo/env; cd support/tmptmpfs; cargo build)
- (source $HOME/.cargo/env; cd support/tmptmpfs; sudo ./install.sh)
before_script:
- psql -U postgres -c "create user inkfish with password 'oobeiGait3ie' createdb"
- bash test/scripts/setup.sh
- language: node_js
dist: focal
nodejs: 'stable'
before_install:
- cd assets
install:
- npm install
script:
- npm test