Skip to content

Commit e35b547

Browse files
committed
add ocaml and opam to to Travis apt addons
1 parent 7c76419 commit e35b547

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: c
22
script: bash -ex .travis-ci.sh
3+
addons:
4+
apt:
5+
sources:
6+
- avsm
7+
packages:
8+
- ocaml
9+
- opam
310
env:
4-
matrix:
5-
- DOWNSTREAM=none
6-
- DOWNSTREAM=verdi
11+
- DOWNSTREAM=none
12+
- DOWNSTREAM=verdi
713
sudo: false
814
notifications:
915
email: false

0 commit comments

Comments
 (0)