forked from frenetic-lang/frenetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 863 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: c
sudo: required
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docgen.sh
script:
- bash -ex .travis-opam.sh
- bash -ex .travis-docgen.sh
env:
matrix:
- OCAML_VERSION=4.03 PACKAGE=frenetic TESTS=true BASE_REMOTE=https://opam.ocaml.org KEEP=1
global:
secure: Knubza2foy3fm4iKfXTE+DBxQE0XjeT8PN4O1aXZpLqZAGuCt3UU1gOs03lUzbqjU6IOzV8H2y4ctQ7eHiTK9G/kQawSZZtOb15oDOGa8zBM/1tA06GjrBIJhqOk3R6ro0V8eU3W3BqqrbR0cZhGaASFJ2tTDiX53G9dEFJWqho=
notifications:
irc:
channels:
- irc.freenode.net#frenetic
template:
- ! '%{repository}#%{build_number} (%{branch} - %{commit}): %{message}'
- ! 'Build details : %{build_url}'
on_success: change
on_failure: always
branches:
only:
- master