Skip to content

Commit 5e5e7f2

Browse files
committed
Add Travis CI build script
Signed-off-by: Edwin Török <[email protected]>
1 parent ceb86d3 commit 5e5e7f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: c
2+
sudo: required
3+
service: docker
4+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
5+
script:
6+
- bash -ex .travis-docker.sh
7+
env:
8+
global:
9+
- OCAML_VERSION="4.08"
10+
- DISTRO="debian-unstable"
11+
- PACKAGE="rage"
12+
- PINS="rage:."

0 commit comments

Comments
 (0)