Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minkiminki authored Feb 2, 2019
1 parent 6956425 commit 0bb3ee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ addons:
env:
global:
- NJOBS=1
- COMPILER="system"

# Main test targets
# get versions from: https://opam.ocaml.org/packages/coq/
# Only use versions that CompCert can build with...
matrix:
- TEST_TARGET="8.6.1"
- COMPILER="4.05.0"
TEST_TARGET="8.6.1"
- TEST_TARGET="8.7.2"
- TEST_TARGET="8.8.1"
- TEST_TARGET="8.9.0"

before_script:
- ./ci/keep_alive.sh &
Expand Down

0 comments on commit 0bb3ee0

Please sign in to comment.