update .travis.yml
This commit is contained in:
parent
580ddfc83a
commit
8c2ede35f0
19
.travis.yml
19
.travis.yml
|
@ -1,20 +1,33 @@
|
||||||
language: racket
|
language: c
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- RACKET_DIR=~/racket
|
||||||
|
matrix:
|
||||||
- RACKET_VERSION=6.1.1
|
- RACKET_VERSION=6.1.1
|
||||||
- RACKET_VERSION=HEAD
|
- RACKET_VERSION=HEAD
|
||||||
|
- RACKET_VERSION=SCOPE_SNAPSHOT
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: RACKET_VERSION=HEAD
|
||||||
|
- env: RACKET_VERSION=SCOPE_SNAPSHOT
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone https://github.com/greghendershott/travis-racket.git
|
- git clone https://github.com/greghendershott/travis-racket.git
|
||||||
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
||||||
|
- export PATH="${RACKET_DIR}/bin:${PATH}"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- /usr/racket/bin/raco pkg install --deps search-auto --link afl
|
- raco pkg install --deps search-auto --link afl
|
||||||
- /usr/racket/bin/raco test -x -p afl
|
- raco test -x -p afl
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user