You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-server/.travis.yml

12 lines
249 B
YAML

language: go
go:
- 1.12.x
node_js:
- 12.18.4
# make frontend all won't work. The frontend assets have to be already built at the time of
# evaluating the Makefile first time, so for now I do it in two turns.
script: make frontend && make all