www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.travis.yml (544B)


      1 language: c
      2 sudo: false
      3 env:
      4   global:
      5     - RACKET_DIR=~/racket
      6   matrix:
      7     - RACKET_VERSION="6.6"
      8     - RACKET_VERSION="6.7"
      9     - RACKET_VERSION="6.8"
     10     - RACKET_VERSION="HEAD"
     11 matrix:
     12   allow_failures:
     13     - env: RACKET_VERSION="HEAD"
     14 
     15 before_install:
     16   - git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
     17   - cat ../travis-racket/install-racket.sh | bash
     18   - export PATH="${RACKET_DIR}/bin:${PATH}"
     19 
     20 install:
     21  - raco pkg install --auto -n turnstile
     22 
     23 script:
     24  - raco test --package turnstile
     25  - raco setup