tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
github-actions: remove .travis.yml
Spiros Eliopoulos
5 years ago
f40fb8a9
700f5b73
-16
1 changed file
expand all
collapse all
unified
split
vendor
opam
bigstringaf
.travis.yml
-16
vendor/opam/bigstringaf/.travis.yml
···
1
1
-
language: c
2
2
-
sudo: false
3
3
-
services:
4
4
-
- docker
5
5
-
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
6
6
-
script: bash -ex ./.travis-docker.sh
7
7
-
env:
8
8
-
matrix:
9
9
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.03"
10
10
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.04"
11
11
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.05"
12
12
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.06"
13
13
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.07"
14
14
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.08"
15
15
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.09" DEPOPTS="ocaml-freestanding"
16
16
-
- PACKAGE="bigstringaf" DISTRO="ubuntu-16.04" OCAML_VERSION="4.10" DEPOPTS="ocaml-freestanding"