Merge pull request #242 from jackfirth/241-travis-build
Add 6.2.1 and 6.3 to the build matrix
This commit is contained in:
commit
a4d7cade34
|
@ -8,12 +8,16 @@ env:
|
||||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.1.1/catalog/"
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.1.1/catalog/"
|
||||||
- RACKET_VERSION=6.2
|
- RACKET_VERSION=6.2
|
||||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
||||||
|
- RACKET_VERSION=6.2.1
|
||||||
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2.1/catalog/"
|
||||||
|
- RACKET_VERSION=6.3
|
||||||
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.3/catalog/"
|
||||||
- RACKET_VERSION=HEAD
|
- RACKET_VERSION=HEAD
|
||||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.3/catalog/"
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: RACKET_VERSION=HEAD
|
- env: RACKET_VERSION=HEAD
|
||||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.3/catalog/"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
|
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
|
||||||
|
|
1
LICENSE
1
LICENSE
|
@ -2,6 +2,7 @@ The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015 Jack Firth
|
Copyright (c) 2015 Jack Firth
|
||||||
Modified work Copyright 2015 Alex Knauth
|
Modified work Copyright 2015 Alex Knauth
|
||||||
|
Modified work Copyright 2015 Google Inc.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user