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:
Jack Firth 2015-12-02 22:49:11 -08:00
commit a4d7cade34
2 changed files with 7 additions and 2 deletions

View File

@ -8,12 +8,16 @@ env:
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.1.1/catalog/"
- RACKET_VERSION=6.2
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
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:
allow_failures:
- 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:
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket

View File

@ -2,6 +2,7 @@ The MIT License (MIT)
Copyright (c) 2015 Jack Firth
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
of this software and associated documentation files (the "Software"), to deal