Skip to content
Snippets Groups Projects
Commit 6b8b3179 authored by Thomas Wood's avatar Thomas Wood
Browse files

More recent linux distro required for modern nodejs in travis [ci skip]

parent 8637e007
No related branches found
No related tags found
No related merge requests found
Pipeline #
language: c
language: node_js
sudo: required
dist: trusty
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-ocaml.sh
- bash -ex .travis-ocaml.sh
- make init
- if [[ -v TESTJSJSREF ]]; then make test_init; fi
- eval `opam config env`
script:
- make
- if [[ -v TESTJSJSREF ]]; then make test; fi
# a reasonably recent node is required to run tests, it depends on
node_js:
- "4"
env:
global:
- OCAML_VERSION=4.03
- OPAMYES=true
- UBUNTU_TRUSTY=1
matrix:
include:
......@@ -25,6 +20,18 @@ matrix:
env: DEPLOY=true
- os: osx
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-ocaml.sh
- bash -ex .travis-ocaml.sh
- make init
- if [[ -v TESTJSJSREF ]]; then make test_init; fi
- eval `opam config env`
script:
- make
- if [[ -v TESTJSJSREF ]]; then make test; fi
deploy:
skip_cleanup: true
provider: script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment