Skip to content

Commit 5811ca4

Browse files
committed
Fix Travis linter warnings
1 parent 2897fa4 commit 5811ca4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: c
2-
sudo: false
2+
os: linux
3+
dist: xenial
34
services:
45
- docker
56
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
@@ -8,7 +9,7 @@ env:
89
global:
910
- PACKAGE=zxcvbn
1011
- DISTRO=debian-stable
11-
matrix:
12+
jobs:
1213
- OCAML_VERSION=4.04
1314
- OCAML_VERSION=4.05
1415
- OCAML_VERSION=4.06

0 commit comments

Comments
 (0)